mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
fixed some errors
This commit is contained in:
parent
9b5e82ff9d
commit
83bfcde7c2
5 changed files with 15 additions and 11 deletions
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
(function_declaration
|
||||
name: (identifier) @definition.function
|
||||
)
|
||||
|
|
@ -22,4 +23,5 @@
|
|||
(while_expression)
|
||||
(for_expression)
|
||||
(test_expression)
|
||||
(anonymous_array_expr)
|
||||
] @scope
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue