From 1ac7c45d107d21424b041962f6f2a5f794f4f24d Mon Sep 17 00:00:00 2001 From: phoebos Date: Thu, 2 Jun 2022 18:34:28 +0100 Subject: [PATCH] tal.sublime-syntax: comments must be opened by a single ( token surrounding whitespace isn't optional --- etc/syntax-highlight/tal.sublime-syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/syntax-highlight/tal.sublime-syntax b/etc/syntax-highlight/tal.sublime-syntax index 9b1939b..1850315 100644 --- a/etc/syntax-highlight/tal.sublime-syntax +++ b/etc/syntax-highlight/tal.sublime-syntax @@ -118,7 +118,7 @@ contexts: - match: '\}' pop: true - - match: '\s?\(\s?' + - match: '\s\(\s' scope: comment push: - meta_scope: comment.line