aboutsummaryrefslogtreecommitdiffstats
path: root/queries
diff options
context:
space:
mode:
Diffstat (limited to 'queries')
-rw-r--r--queries/zig/highlights.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/zig/highlights.scm b/queries/zig/highlights.scm
index 943d2f2c5..d459314a4 100644
--- a/queries/zig/highlights.scm
+++ b/queries/zig/highlights.scm
@@ -2,7 +2,7 @@
(container_doc_comment)
(doc_comment)
(line_comment)
-] @comment
+] @comment @spell
[
variable: (IDENTIFIER)
@@ -82,7 +82,7 @@ field_constant: (IDENTIFIER) @constant
[
(LINESTRING)
(STRINGLITERALSINGLE)
-] @string
+] @string @spell
(CHAR_LITERAL) @character
(EscapeSequence) @string.escape