diff options
| author | ShellCode33 <shellcode33@proton.me> | 2023-08-07 15:20:09 +0200 |
|---|---|---|
| committer | Lewis Russell <me@lewisr.dev> | 2023-08-07 16:39:40 +0100 |
| commit | d9e75a1736a960a104ff3086fc553a054f51835b (patch) | |
| tree | 118161f2e6ff7a462442c90576ae7411c410bb68 /queries/fsh | |
| parent | fix(spell): do not spell check certain types of strings (#5203) (diff) | |
| download | nvim-treesitter-d9e75a1736a960a104ff3086fc553a054f51835b.tar nvim-treesitter-d9e75a1736a960a104ff3086fc553a054f51835b.tar.gz nvim-treesitter-d9e75a1736a960a104ff3086fc553a054f51835b.tar.bz2 nvim-treesitter-d9e75a1736a960a104ff3086fc553a054f51835b.tar.lz nvim-treesitter-d9e75a1736a960a104ff3086fc553a054f51835b.tar.xz nvim-treesitter-d9e75a1736a960a104ff3086fc553a054f51835b.tar.zst nvim-treesitter-d9e75a1736a960a104ff3086fc553a054f51835b.zip | |
queries/*/highlights.scm : remove `@spell` for strings
Diffstat (limited to 'queries/fsh')
| -rw-r--r-- | queries/fsh/highlights.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/fsh/highlights.scm b/queries/fsh/highlights.scm index ccc93fc56..e4c0edd8e 100644 --- a/queries/fsh/highlights.scm +++ b/queries/fsh/highlights.scm @@ -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 |
