mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -04:00
Split func/method definition from calls in lotlin highlighting queries
This commit is contained in:
parent
2f9ae24ffa
commit
0014e52e2d
1 changed files with 2 additions and 2 deletions
|
|
@ -149,13 +149,13 @@
|
||||||
|
|
||||||
; function()
|
; function()
|
||||||
(call_expression
|
(call_expression
|
||||||
. (simple_identifier) @function)
|
. (simple_identifier) @function.call)
|
||||||
|
|
||||||
; object.function() or object.property.function()
|
; object.function() or object.property.function()
|
||||||
(call_expression
|
(call_expression
|
||||||
(navigation_expression
|
(navigation_expression
|
||||||
(navigation_suffix
|
(navigation_suffix
|
||||||
(simple_identifier) @function) . ))
|
(simple_identifier) @function.call) . ))
|
||||||
|
|
||||||
(call_expression
|
(call_expression
|
||||||
. (simple_identifier) @function.builtin
|
. (simple_identifier) @function.builtin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue