mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
queries/*/highlights.scm : remove @spell for strings
This commit is contained in:
parent
d9be302f74
commit
d9e75a1736
20 changed files with 20 additions and 26 deletions
|
|
@ -1,10 +1,10 @@
|
|||
;; >> Literals
|
||||
|
||||
(kwd_lit) @symbol
|
||||
(str_lit) @string @spell
|
||||
(long_str_lit) @string @spell
|
||||
(buf_lit) @string @spell
|
||||
(long_buf_lit) @string @spell
|
||||
(str_lit) @string
|
||||
(long_str_lit) @string
|
||||
(buf_lit) @string
|
||||
(long_buf_lit) @string
|
||||
(num_lit) @number
|
||||
(bool_lit) @boolean
|
||||
(nil_lit) @constant.builtin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue