feat(spell): support more languages

This commit is contained in:
Lewis Russell 2022-09-26 10:19:02 +01:00 committed by Lewis Russell
parent d712b1bed1
commit 37398c7d68
27 changed files with 41 additions and 44 deletions

View file

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