mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 10:20:11 -04:00
add gdscript
This commit is contained in:
parent
57ba843d18
commit
5236768c33
3 changed files with 46 additions and 0 deletions
10
queries/gdscript/locals.scm
Normal file
10
queries/gdscript/locals.scm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
(function_definition) @definition.function
|
||||
|
||||
[
|
||||
(extends_statement)
|
||||
(variable_statement)
|
||||
(expression_statement)
|
||||
(if_statement)
|
||||
(function_definition)
|
||||
(body)
|
||||
] @scope
|
||||
Loading…
Add table
Add a link
Reference in a new issue