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: '\}'
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue