tal.sublime-syntax: comments must be opened by a single ( token
surrounding whitespace isn't optional
This commit is contained in:
parent
eb8c496feb
commit
1ac7c45d10
|
@ -118,7 +118,7 @@ contexts:
|
|||
- match: '\}'
|
||||
pop: true
|
||||
|
||||
- match: '\s?\(\s?'
|
||||
- match: '\s\(\s'
|
||||
scope: comment
|
||||
push:
|
||||
- meta_scope: comment.line
|
||||
|
|
Loading…
Reference in New Issue