mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 06:50:06 -04:00
chore(highlights): remove is predicate usage
This commit is contained in:
parent
b796f0725d
commit
cab8717959
4 changed files with 0 additions and 13 deletions
|
|
@ -133,8 +133,6 @@
|
|||
;; Parameters
|
||||
(parameter_declaration
|
||||
declarator: (identifier) @parameter)
|
||||
((identifier) @parameter.reference
|
||||
(#is? @parameter.reference parameter))
|
||||
|
||||
(preproc_params
|
||||
(identifier)) @parameter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue