Browse code

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

neauoire authored on 29/06/2021 19:12:18
Showing 1 changed files
... ...
@@ -114,9 +114,9 @@ contexts:
114 114
         - match: '\}'
115 115
           pop: true
116 116
 
117
-    - match: '\('
117
+    - match: '\( '
118 118
       scope: comment
119 119
       push:
120 120
         - meta_scope: comment.line
121
-        - match: '\)'
121
+        - match: ' \)'
122 122
           pop: true