mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(scala): Add missing locals definitions for scala
This commit is contained in:
parent
ee1d618280
commit
06075ecd04
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
(template_body)
|
||||
(lambda_expression)
|
||||
(function_declaration)
|
||||
(block)
|
||||
] @scope
|
||||
|
||||
; References
|
||||
|
|
@ -21,6 +22,9 @@
|
|||
(parameter
|
||||
name: (identifier) @definition.parameter)
|
||||
|
||||
(class_parameter
|
||||
name: (identifier) @definition.parameter)
|
||||
|
||||
(binding
|
||||
name: (identifier) @definition.var)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue