mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(phpdoc): disable spell checking of attribute names (#5015)
This commit is contained in:
parent
6f2ef910c2
commit
ce2a9fb89a
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
(tag_name) @attribute
|
||||
(tag_name) @attribute @nospell
|
||||
(tag
|
||||
(tag_name) @_tag (#eq? @_tag "@param")
|
||||
(variable_name) @parameter
|
||||
|
|
@ -24,6 +24,8 @@
|
|||
(named_type)
|
||||
(optional_type)
|
||||
] @type)
|
||||
(type_list) @nospell
|
||||
(variable_name) @nospell
|
||||
(tag
|
||||
(description (text) @text))
|
||||
(tag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue