Add Bash indents (#5149)

This commit is contained in:
gavincrawford 2022-12-14 07:42:11 -07:00 committed by GitHub
parent 436296b76c
commit 012fc12f97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View File

@ -2,7 +2,7 @@
| --- | --- | --- | --- | --- |
| astro | ✓ | | | |
| awk | ✓ | ✓ | | `awk-language-server` |
| bash | ✓ | | | `bash-language-server` |
| bash | ✓ | | | `bash-language-server` |
| bass | ✓ | | | `bass` |
| beancount | ✓ | | | |
| bibtex | ✓ | | | `texlab` |

View File

@ -0,0 +1,11 @@
[
(function_definition)
(if_statement)
(for_statement)
(case_statement)
(pipeline)
] @indent
[
"}"
] @outdent