mirror of https://github.com/helix-editor/helix
Add Bash indents (#5149)
parent
436296b76c
commit
012fc12f97
@ -0,0 +1,11 @@
|
|||||||
|
[
|
||||||
|
(function_definition)
|
||||||
|
(if_statement)
|
||||||
|
(for_statement)
|
||||||
|
(case_statement)
|
||||||
|
(pipeline)
|
||||||
|
] @indent
|
||||||
|
|
||||||
|
[
|
||||||
|
"}"
|
||||||
|
] @outdent
|
Loading…
Reference in New Issue