mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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)
|
||||
(variable_declaration)
|
||||
(local_variable_declaration)
|
||||
(field)
|
||||
(local_function)
|
||||
(function)
|
||||
(if_statement)
|
||||
|
|
@ -14,6 +17,7 @@
|
|||
|
||||
[
|
||||
"end"
|
||||
"until"
|
||||
"{"
|
||||
"}"
|
||||
"("
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue