25 lines
357 B
TOML
25 lines
357 B
TOML
|
indent = [
|
||
|
"function_definition",
|
||
|
"variable_declaration",
|
||
|
"local_variable_declaration",
|
||
|
"field",
|
||
|
"local_function",
|
||
|
"function",
|
||
|
"if_statement",
|
||
|
"for_statement",
|
||
|
"for_in_statement",
|
||
|
"repeat_statement",
|
||
|
"return_statement",
|
||
|
"while_statement",
|
||
|
"table",
|
||
|
"arguments",
|
||
|
"do_statement",
|
||
|
]
|
||
|
|
||
|
oudent = [
|
||
|
"end",
|
||
|
"until",
|
||
|
"}",
|
||
|
")",
|
||
|
]
|