Browse code

tal.sublime-syntax: comments must be opened by a single ( token

surrounding whitespace isn't optional

phoebos authored on 02/06/2022 17:34:28 • Devine Lu Linvega committed on 03/06/2022 21:48:41
Showing 1 changed files
... ...
@@ -118,7 +118,7 @@ contexts:
118 118
         - match: '\}'
119 119
           pop: true
120 120
 
121
-    - match: '\s?\(\s?'
121
+    - match: '\s\(\s'
122 122
       scope: comment
123 123
       push:
124 124
         - meta_scope: comment.line