lua: Add more indent nodes

This commit is contained in:
Lewis Russell 2020-12-23 11:49:06 +00:00 committed by Thomas Vigouroux
parent d9c6a37e97
commit 362204f85c

View file

@ -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"
"{" "{"
"}" "}"
"(" "("