mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
fix(jsdoc): disable spelling for identifiers (#7172)
This commit is contained in:
parent
160b1714ec
commit
6511cd984a
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
"~"
|
"~"
|
||||||
] @punctuation.delimiter
|
] @punctuation.delimiter
|
||||||
|
|
||||||
(identifier) @variable
|
(identifier) @variable @nospell
|
||||||
|
|
||||||
(tag
|
(tag
|
||||||
(tag_name) @_name
|
(tag_name) @_name
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue