Skip to content

ST3 does not correctly highlight hyphenated elements in Ruby HAML #60

@titoBouzout

Description

@titoBouzout

From @niallsmart on August 4, 2013 18:2

ST3's Ruby HAML highlighter does not correctly highlight tag names containing hyphens – it stops at the first hyphen. For example, in the fragment below, it just highlights %foo

%foo-bar(class="baz")

This patch fixes the issue:

https://gist.github.com/niallsmart/6151200

Copied from original issue: sublimehq/sublime_text#119

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions