adding spell capture back, punctuation improvements

This commit is contained in:
ajdelcimmuto 2025-04-13 15:12:34 -05:00
parent 1d05911363
commit 234b11f2c8

View file

@ -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