mirror of
https://github.com/helix-editor/helix
synced 2026-08-15 05:44:25 +02:00
13 lines
139 B
INI
13 lines
139 B
INI
indent = [
|
|
"if_condition",
|
|
"foreach_loop",
|
|
"while_loop",
|
|
"function_def",
|
|
"macro_def",
|
|
"normal_command",
|
|
]
|
|
|
|
outdent = [
|
|
")"
|
|
]
|