mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
kotlin: update parser and queries
Update `queries/kotlin/locals.scm` to use the the newly exposed `function_value_parameters` node.
This commit is contained in:
parent
411e771d51
commit
153818c29b
2 changed files with 4 additions and 3 deletions
|
|
@ -23,8 +23,9 @@
|
|||
;;; Variables
|
||||
|
||||
(function_declaration
|
||||
(parameter
|
||||
(simple_identifier) @definition.parameter))
|
||||
(function_value_parameters
|
||||
(parameter
|
||||
(simple_identifier) @definition.parameter)))
|
||||
|
||||
(lambda_literal
|
||||
(lambda_parameters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue