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

@ -75,7 +75,7 @@
"endcase"
] @conditional
(comment) @comment
(comment) @comment @spell
(include_compiler_directive) @constant.macro
(package_import_declaration
@ -174,7 +174,7 @@
[
(double_quoted_string)
(string_literal)
] @string
] @string @spell
[
(include_compiler_directive)