2021-06-09 19:07:24 -06:00
|
|
|
indent = [
|
2021-08-08 13:26:30 +09:00
|
|
|
# "function",
|
|
|
|
"bind",
|
|
|
|
"assert",
|
|
|
|
"with",
|
2021-06-09 19:07:24 -06:00
|
|
|
"let",
|
2021-08-08 13:26:30 +09:00
|
|
|
"if",
|
|
|
|
|
2021-06-09 19:07:24 -06:00
|
|
|
"attrset",
|
|
|
|
"list",
|
|
|
|
"indented_string",
|
2021-08-08 13:26:30 +09:00
|
|
|
"parenthesized",
|
|
|
|
]
|
|
|
|
|
|
|
|
outdent = [
|
|
|
|
"}",
|
|
|
|
"]",
|
2021-06-09 19:07:24 -06:00
|
|
|
]
|