mirror of
https://github.com/helix-editor/helix
synced 2026-08-05 14:42:57 +02:00
25 lines
240 B
Scheme
25 lines
240 B
Scheme
; indent
|
|
; ------
|
|
|
|
[
|
|
(block_statement)
|
|
(match_expression)
|
|
(struct_declaration)
|
|
(object_literal)
|
|
] @indent
|
|
|
|
; outdent
|
|
; -------
|
|
|
|
[
|
|
"}"
|
|
")"
|
|
">"
|
|
] @outdent
|
|
|
|
; indent.always
|
|
; outdent.always
|
|
; align
|
|
; extend
|
|
; extend.prevent-once
|