mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 09:56:19 +04:00
5766f5da8f
* added some stuff * add interface * indent * highlights and locals * scope * change some stuff * add indents * fix blanket highlight * macro * use inherits
14 lines
180 B
TOML
14 lines
180 B
TOML
indent = [
|
|
"let_binding",
|
|
"type_binding",
|
|
"structure",
|
|
"signature",
|
|
"record_declaration",
|
|
"function_expression",
|
|
"match_case",
|
|
]
|
|
|
|
oudent = [
|
|
"}",
|
|
]
|