2020-10-13 23:55:37 +02:00
|
|
|
[
|
|
|
|
|
(function_definition)
|
2020-12-23 11:49:06 +00:00
|
|
|
(variable_declaration)
|
|
|
|
|
(local_variable_declaration)
|
|
|
|
|
(field)
|
2020-10-13 23:55:37 +02:00
|
|
|
(local_function)
|
|
|
|
|
(function)
|
|
|
|
|
(if_statement)
|
|
|
|
|
(for_statement)
|
|
|
|
|
(for_in_statement)
|
|
|
|
|
(repeat_statement)
|
2020-11-06 23:13:50 +01:00
|
|
|
(return_statement)
|
2020-10-13 23:55:37 +02:00
|
|
|
(while_statement)
|
|
|
|
|
(table)
|
|
|
|
|
(arguments)
|
2021-02-22 23:03:42 +01:00
|
|
|
(do_statement)
|
2020-10-13 23:55:37 +02:00
|
|
|
] @indent
|
|
|
|
|
|
|
|
|
|
[
|
|
|
|
|
"end"
|
2020-12-23 11:49:06 +00:00
|
|
|
"until"
|
2020-10-13 23:55:37 +02:00
|
|
|
"{"
|
|
|
|
|
"}"
|
|
|
|
|
"("
|
|
|
|
|
")"
|
|
|
|
|
"then"
|
|
|
|
|
(else)
|
|
|
|
|
(elseif)
|
|
|
|
|
] @branch
|
2021-03-01 20:20:37 +07:00
|
|
|
|
|
|
|
|
(comment) @ignore
|