mirror of
https://git.sr.ht/~rabbits/uxn
synced 2025-01-06 23:51:19 +00:00
Comment will expect a space by the paren in sublime syntax highlight
This commit is contained in:
parent
5e71c0bfc8
commit
9fdb49e0ed
1 changed files with 2 additions and 2 deletions
|
@ -114,9 +114,9 @@ contexts:
|
|||
- match: '\}'
|
||||
pop: true
|
||||
|
||||
- match: '\('
|
||||
- match: '\( '
|
||||
scope: comment
|
||||
push:
|
||||
- meta_scope: comment.line
|
||||
- match: '\)'
|
||||
- match: ' \)'
|
||||
pop: true
|
||||
|
|
Loading…
Reference in a new issue