Comment will expect a space by the paren in sublime syntax highlight
This commit is contained in:
parent
5e71c0bfc8
commit
9fdb49e0ed
|
@ -114,9 +114,9 @@ contexts:
|
|||
- match: '\}'
|
||||
pop: true
|
||||
|
||||
- match: '\('
|
||||
- match: '\( '
|
||||
scope: comment
|
||||
push:
|
||||
- meta_scope: comment.line
|
||||
- match: '\)'
|
||||
- match: ' \)'
|
||||
pop: true
|
||||
|
|
Loading…
Reference in New Issue