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.
This commit is contained in:
Eleanor Bartle 2023-02-14 08:39:37 +11:00 committed by Stephan Seitz
parent bf3b792ce6
commit 9a0e095eba

View file

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