From 21a0f70a11aba9d8c06f0153936e742dd1c6275d Mon Sep 17 00:00:00 2001 From: Jade Abraham Date: Tue, 15 Oct 2024 11:37:59 -0600 Subject: [PATCH] make sure %? is syntax highlighted Signed-off-by: Jade Abraham --- syntaxes/chapel.tmLanguage.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/syntaxes/chapel.tmLanguage.json b/syntaxes/chapel.tmLanguage.json index ffd921b..8076cb8 100644 --- a/syntaxes/chapel.tmLanguage.json +++ b/syntaxes/chapel.tmLanguage.json @@ -166,6 +166,10 @@ }, "string_format": { "patterns": [ + { + "match": "(%\\?)", + "name": "constant.other.placeholder.chapel" + }, { "match": "(%[{]([#]+|[#]*[.][#]+)[}])", "name": "constant.other.placeholder.chapel"