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:
commit
eb7c93d248
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@
|
|||
'name': 'comment.block.lua'
|
||||
}
|
||||
{
|
||||
'begin': '(^[ \\t]+)?(?=--(?!\\[\\[))'
|
||||
'begin': '(^[ \\t]+)?(?=--(?!\\[(=*)\\[))'
|
||||
'beginCaptures':
|
||||
'1':
|
||||
'name': 'punctuation.whitespace.comment.leading.lua'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue