mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
d284444eb4
* Add indents.scm for Julia * Update documentation for new indent support
17 lines
231 B
Scheme
17 lines
231 B
Scheme
[
|
|
(struct_definition)
|
|
(macro_definition)
|
|
(function_definition)
|
|
(compound_expression)
|
|
(let_statement)
|
|
(if_statement)
|
|
(for_statement)
|
|
(while_statement)
|
|
(do_clause)
|
|
(parameter_list)
|
|
] @indent
|
|
|
|
[
|
|
"end"
|
|
] @outdent
|