mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
|
||||
(identifier) @variable
|
||||
(identifier) @variable @nospell
|
||||
|
||||
(tag
|
||||
(tag_name) @_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue