forked from Mirrors/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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",
|
|
"}",
|
|
")",
|
|
]
|