mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -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
|
(call_expression
|
||||||
function: (identifier) @function.call)
|
function: (identifier) @function.call)
|
||||||
|
|
||||||
|
(method_expression
|
||||||
|
method: (_) @function.method.call)
|
||||||
|
|
||||||
(field_expression
|
(field_expression
|
||||||
field: (_) @property)
|
field: (_) @property)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue