1
0
Fork 0
mirror of https://github.com/Reuh/language-candran.git synced 2025-10-27 12:19:30 +00:00

Merge pull request #17 from kankaristo/fix-multiline-comment-highlight

Fix highlighting for indented multiline comments
This commit is contained in:
Jorge Garrido 2015-05-23 17:27:39 +02:00
commit eb7c93d248

View file

@ -113,7 +113,7 @@
'name': 'comment.block.lua'
}
{
'begin': '(^[ \\t]+)?(?=--(?!\\[\\[))'
'begin': '(^[ \\t]+)?(?=--(?!\\[(=*)\\[))'
'beginCaptures':
'1':
'name': 'punctuation.whitespace.comment.leading.lua'