Skip to content

Commit

Permalink
Merge pull request #17 from kankaristo/fix-multiline-comment-highlight
Browse files Browse the repository at this point in the history
Fix highlighting for indented multiline comments
  • Loading branch information
FireZenk committed May 23, 2015
2 parents 773b77a + 80942eb commit eb7c93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammars/lua.cson
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
'name': 'comment.block.lua'
}
{
'begin': '(^[ \\t]+)?(?=--(?!\\[\\[))'
'begin': '(^[ \\t]+)?(?=--(?!\\[(=*)\\[))'
'beginCaptures':
'1':
'name': 'punctuation.whitespace.comment.leading.lua'
Expand Down

0 comments on commit eb7c93d

Please sign in to comment.