queries/*/highlights.scm : remove @spell for strings

This commit is contained in:
ShellCode33 2023-08-07 15:20:09 +02:00 committed by Lewis Russell
parent d9be302f74
commit d9e75a1736
20 changed files with 20 additions and 26 deletions

View file

@ -18,7 +18,7 @@
(#set! "priority" 105) ; Higher priority to mark the whole sexpr as a comment
)
(kwd_lit) @symbol
(str_lit) @string @spell
(str_lit) @string
(num_lit) @number
(char_lit) @character
(bool_lit) @boolean