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: '\}'
|
- match: '\}'
|
||||||
pop: true
|
pop: true
|
||||||
|
|
||||||
- match: '\s?\(\s?'
|
- match: '\s\(\s'
|
||||||
scope: comment
|
scope: comment
|
||||||
push:
|
push:
|
||||||
- meta_scope: comment.line
|
- meta_scope: comment.line
|
||||||
|
|
Loading…
Reference in New Issue