Support hash comment

This commit is contained in:
Garen Torikian 2012-11-13 14:25:00 -08:00 committed by nightwing
commit fdb22c5b14

View file

@ -18,6 +18,10 @@ var HamlHighlightRules = function() {
"token" : "punctuation.section.comment",
"regex" : /^\s*\/.*/
},
{
"token" : "punctuation.section.comment",
"regex" : /^\s*#.*/
},
{
"token": "string.quoted.double",
"regex": "==.+?=="