5766f5da8f
* added some stuff * add interface * indent * highlights and locals * scope * change some stuff * add indents * fix blanket highlight * macro * use inherits
13 lines
180 B
TOML
13 lines
180 B
TOML
indent = [
|
|
"let_binding",
|
|
"type_binding",
|
|
"structure",
|
|
"signature",
|
|
"record_declaration",
|
|
"function_expression",
|
|
"match_case",
|
|
]
|
|
|
|
oudent = [
|
|
"}",
|
|
]
|