From 991a18212a708ff6f8a6f7f5a4244fc0e5013277 Mon Sep 17 00:00:00 2001 From: neauoire Date: Thu, 21 Oct 2021 12:27:44 -0700 Subject: [PATCH] Colorize strings in Subl --- etc/tal.sublime-syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/tal.sublime-syntax b/etc/tal.sublime-syntax index 8a7cd97..db6f103 100644 --- a/etc/tal.sublime-syntax +++ b/etc/tal.sublime-syntax @@ -86,7 +86,7 @@ contexts: # Pushing to stack - match: '\"(\S+)\s?' - scope: variable.parameter.option + scope: constant.numeric pop: true # Addressing