From 234b11f2c8188768b5ec87ce1112b39044eb91cb Mon Sep 17 00:00:00 2001 From: ajdelcimmuto Date: Sun, 13 Apr 2025 15:12:34 -0500 Subject: [PATCH] adding spell capture back, punctuation improvements --- queries/brightscript/highlights.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/queries/brightscript/highlights.scm b/queries/brightscript/highlights.scm index de0e46977..5758f565b 100644 --- a/queries/brightscript/highlights.scm +++ b/queries/brightscript/highlights.scm @@ -98,9 +98,6 @@ (constant) @constant -; Keywords -(as) @keyword - ; Operators [ "=" @@ -125,7 +122,7 @@ (invalid) @constant.builtin ; Comments -(comment) @comment +(comment) @comment @spell ; Punctuation [ @@ -135,10 +132,13 @@ "]" "{" "}" + "?[" +] @punctuation.bracket + +[ "." "," "?." - "?[" ] @punctuation.delimiter ; Special highlights for library statements