mirror of
https://git.sr.ht/~rabbits/uxn
synced 2025-01-05 15:11:18 +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: '\}'
|
||||
pop: true
|
||||
|
||||
- match: '\s?\(\s?'
|
||||
- match: '\s\(\s'
|
||||
scope: comment
|
||||
push:
|
||||
- meta_scope: comment.line
|
||||
|
|
Loading…
Reference in a new issue