mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 10:20:11 -04:00
lua: Add more indent nodes
This commit is contained in:
parent
d9c6a37e97
commit
362204f85c
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
[
|
[
|
||||||
(function_definition)
|
(function_definition)
|
||||||
|
(variable_declaration)
|
||||||
|
(local_variable_declaration)
|
||||||
|
(field)
|
||||||
(local_function)
|
(local_function)
|
||||||
(function)
|
(function)
|
||||||
(if_statement)
|
(if_statement)
|
||||||
|
|
@ -14,6 +17,7 @@
|
||||||
|
|
||||||
[
|
[
|
||||||
"end"
|
"end"
|
||||||
|
"until"
|
||||||
"{"
|
"{"
|
||||||
"}"
|
"}"
|
||||||
"("
|
"("
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue