diff options
Diffstat (limited to 'queries/zig')
| -rw-r--r-- | queries/zig/highlights.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/zig/highlights.scm b/queries/zig/highlights.scm index b63e7ce07..7767a3e5b 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 ((line_comment) @text.note (#match? @text.note "^// *zig fmt: (on|off) *$") @@ -84,7 +84,7 @@ field_constant: (IDENTIFIER) @constant [ (LINESTRING) (STRINGLITERALSINGLE) -] @string +] @string @spell (CHAR_LITERAL) @character (EscapeSequence) @string.escape |
