Split func/method definition from calls in lotlin highlighting queries

This commit is contained in:
lfenzo 2022-07-25 19:47:42 -03:00 committed by Stephan Seitz
parent 2f9ae24ffa
commit 0014e52e2d

View file

@ -149,13 +149,13 @@
; function()
(call_expression
. (simple_identifier) @function)
. (simple_identifier) @function.call)
; object.function() or object.property.function()
(call_expression
(navigation_expression
(navigation_suffix
(simple_identifier) @function) . ))
(simple_identifier) @function.call) . ))
(call_expression
. (simple_identifier) @function.builtin