mirror of https://github.com/helix-editor/helix
Add indents.scm for Julia (#6490)
* Add indents.scm for Julia * Update documentation for new indent supportpull/6476/head^2
parent
fc9229c846
commit
d284444eb4
@ -0,0 +1,16 @@
|
|||||||
|
[
|
||||||
|
(struct_definition)
|
||||||
|
(macro_definition)
|
||||||
|
(function_definition)
|
||||||
|
(compound_expression)
|
||||||
|
(let_statement)
|
||||||
|
(if_statement)
|
||||||
|
(for_statement)
|
||||||
|
(while_statement)
|
||||||
|
(do_clause)
|
||||||
|
(parameter_list)
|
||||||
|
] @indent
|
||||||
|
|
||||||
|
[
|
||||||
|
"end"
|
||||||
|
] @outdent
|
Loading…
Reference in New Issue