commit 9fdb49e0edcba3e1c8eb015f727ebe42ed69a296
parent 5e71c0bfc8092d16a47a9268daa44379c0985a97
Author: neauoire <aliceffekt@gmail.com>
Date: Tue, 29 Jun 2021 12:12:18 -0700
Comment will expect a space by the paren in sublime syntax highlight
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/etc/tal.sublime-syntax b/etc/tal.sublime-syntax
@@ -114,9 +114,9 @@ contexts:
- match: '\}'
pop: true
- - match: '\('
+ - match: '\( '
scope: comment
push:
- meta_scope: comment.line
- - match: '\)'
+ - match: ' \)'
pop: true