mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(gdshader): add method expression highlight
This commit is contained in:
parent
225e074a1a
commit
ad911a873a
1 changed files with 3 additions and 0 deletions
|
|
@ -213,6 +213,9 @@
|
|||
(call_expression
|
||||
function: (identifier) @function.call)
|
||||
|
||||
(method_expression
|
||||
method: (_) @function.method.call)
|
||||
|
||||
(field_expression
|
||||
field: (_) @property)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue