update: add function.method.call

This commit is contained in:
Chris Dragan 2026-01-03 22:48:32 +00:00
parent a9b31418e6
commit b3869a7ba0
2 changed files with 11 additions and 0 deletions

View file

@ -135,3 +135,7 @@
(invocation
(identifier) @function.call)
(invocation
(refinement
property: (property_identifier) @function.method.call))

View file

@ -140,3 +140,10 @@ name(42)
# ^ punctuation.bracket
# ^ number
# ^ punctuation.bracket
name.name()
# <- variable
# ^ punctuation.delimiter
# ^ function.method.call
# ^ punctuation.bracket
# ^ punctuation.bracket