mirror of
https://github.com/Reuh/language-candran.git
synced 2025-10-28 04:39:31 +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'
|
'name': 'comment.block.lua'
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
'begin': '(^[ \\t]+)?(?=--(?!\\[\\[))'
|
'begin': '(^[ \\t]+)?(?=--(?!\\[(=*)\\[))'
|
||||||
'beginCaptures':
|
'beginCaptures':
|
||||||
'1':
|
'1':
|
||||||
'name': 'punctuation.whitespace.comment.leading.lua'
|
'name': 'punctuation.whitespace.comment.leading.lua'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue