feat(gdshader): add method expression highlight

This commit is contained in:
Tayfun Bocek 2025-11-24 00:50:14 +03:00
parent 225e074a1a
commit ad911a873a

View file

@ -213,6 +213,9 @@
(call_expression
function: (identifier) @function.call)
(method_expression
method: (_) @function.method.call)
(field_expression
field: (_) @property)