From 9a0e095eba093460a2f8018d693dc410500b4eef Mon Sep 17 00:00:00 2001 From: Eleanor Bartle Date: Tue, 14 Feb 2023 08:39:37 +1100 Subject: [PATCH] Add spelling checks to strings and comments I didn't touch these bits so they aren't in status quo, but sure, I'll fix them. --- queries/zig/highlights.scm | 4 ++-- 1 file 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