Comment will expect a space by the paren in sublime syntax highlight

This commit is contained in:
neauoire 2021-06-29 12:12:18 -07:00
parent 5e71c0bfc8
commit 9fdb49e0ed
1 changed files with 2 additions and 2 deletions

View File

@ -114,9 +114,9 @@ contexts:
- match: '\}' - match: '\}'
pop: true pop: true
- match: '\(' - match: '\( '
scope: comment scope: comment
push: push:
- meta_scope: comment.line - meta_scope: comment.line
- match: '\)' - match: ' \)'
pop: true pop: true