Support hash comment
This commit is contained in:
parent
1158798094
commit
fdb22c5b14
1 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,10 @@ var HamlHighlightRules = function() {
|
|||
"token" : "punctuation.section.comment",
|
||||
"regex" : /^\s*\/.*/
|
||||
},
|
||||
{
|
||||
"token" : "punctuation.section.comment",
|
||||
"regex" : /^\s*#.*/
|
||||
},
|
||||
{
|
||||
"token": "string.quoted.double",
|
||||
"regex": "==.+?=="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue