From 9fdb49e0edcba3e1c8eb015f727ebe42ed69a296 Mon Sep 17 00:00:00 2001 From: neauoire Date: Tue, 29 Jun 2021 12:12:18 -0700 Subject: [PATCH] Comment will expect a space by the paren in sublime syntax highlight --- etc/tal.sublime-syntax | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/tal.sublime-syntax b/etc/tal.sublime-syntax index c6d308b..d5ef00f 100644 --- 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