mirror of
https://git.sr.ht/~rabbits/uxn
synced 2025-01-07 08:01:17 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue