diff options
author | gavincrawford | 2022-12-14 14:42:11 +0000 |
---|---|---|
committer | GitHub | 2022-12-14 14:42:11 +0000 |
commit | 012fc12f97f4e8e0fc38af351388e41e8bc142d8 (patch) | |
tree | 0879e3cda9a5a4f802c1014f4864b45506698d33 /runtime | |
parent | 436296b76c671446aab8863b467155ff9e94d4fc (diff) |
Add Bash indents (#5149)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/queries/bash/indents.scm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/runtime/queries/bash/indents.scm b/runtime/queries/bash/indents.scm new file mode 100644 index 00000000..f2077037 --- /dev/null +++ b/runtime/queries/bash/indents.scm @@ -0,0 +1,11 @@ +[ + (function_definition) + (if_statement) + (for_statement) + (case_statement) + (pipeline) +] @indent + +[ + "}" +] @outdent |