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
This patch fixes the issue:
https://gist.github.com/niallsmart/6151200
Copied from original issue: sublimehq/sublime_text#119
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
%fooThis patch fixes the issue:
https://gist.github.com/niallsmart/6151200
Copied from original issue: sublimehq/sublime_text#119