mirror of
https://github.com/helix-editor/helix
synced 2026-08-15 05:44:25 +02:00
* 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
INI
14 lines
180 B
INI
indent = [
|
|
"let_binding",
|
|
"type_binding",
|
|
"structure",
|
|
"signature",
|
|
"record_declaration",
|
|
"function_expression",
|
|
"match_case",
|
|
]
|
|
|
|
oudent = [
|
|
"}",
|
|
]
|