mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(query): use @function.call for predicate
This commit is contained in:
parent
9e52d8fda3
commit
812c2dd8fe
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
(escape_sequence) @string.escape
|
||||
(capture (identifier) @type)
|
||||
(anonymous_node (identifier) @string)
|
||||
(predicate name: (identifier) @function)
|
||||
(predicate name: (identifier) @function.call)
|
||||
(named_node name: (identifier) @variable)
|
||||
(field_definition name: (identifier) @property)
|
||||
(negated_field "!" @operator (identifier) @property)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue