mirror of https://github.com/helix-editor/helix
Add Bash indents (#5149)
parent
436296b76c
commit
012fc12f97
|
@ -2,7 +2,7 @@
|
||||||
| --- | --- | --- | --- | --- |
|
| --- | --- | --- | --- | --- |
|
||||||
| astro | ✓ | | | |
|
| astro | ✓ | | | |
|
||||||
| awk | ✓ | ✓ | | `awk-language-server` |
|
| awk | ✓ | ✓ | | `awk-language-server` |
|
||||||
| bash | ✓ | | | `bash-language-server` |
|
| bash | ✓ | | ✓ | `bash-language-server` |
|
||||||
| bass | ✓ | | | `bass` |
|
| bass | ✓ | | | `bass` |
|
||||||
| beancount | ✓ | | | |
|
| beancount | ✓ | | | |
|
||||||
| bibtex | ✓ | | | `texlab` |
|
| bibtex | ✓ | | | `texlab` |
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
[
|
||||||
|
(function_definition)
|
||||||
|
(if_statement)
|
||||||
|
(for_statement)
|
||||||
|
(case_statement)
|
||||||
|
(pipeline)
|
||||||
|
] @indent
|
||||||
|
|
||||||
|
[
|
||||||
|
"}"
|
||||||
|
] @outdent
|
Loading…
Reference in New Issue