mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -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
|
|
@ -76,8 +76,8 @@
|
|||
(target_type (name)) @type
|
||||
|
||||
; Strings
|
||||
(string) @string @spell
|
||||
(multiline_string) @string @spell
|
||||
(string) @string
|
||||
(multiline_string) @string
|
||||
|
||||
; Constants
|
||||
(strength_value) @constant
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue