SIGN IN SIGN UP

Support bash autoindenting (#24156)

Creates an indents.scm file for bash and adds regexes for
`{increase,decrease}_indent_pattern` in
`crates/languages/src/bash/config.toml`
so that autoindent works as expected in bash

Note that this PR does not attempt to handle all cases where indenting
might be desired in bash. I am aiming to support ~80% of what people
want while avoiding the more gnarly/edge cases like indented blocks in
case statements and indenting for associative arrays.
This is done with the explicit hope that someone (possibly from the
community) more familiar with and passionate about bash can come through
at a later date and handle those cases

Closes #23628

Release Notes:

- Add basic support for autoindent functionality in bash/shell files
B
Ben Kunkle committed
b6e680ea3d04fd9e7e2d74a5bb40205bf70b6368
Parent: dfd11c3
Committed by GitHub <noreply@github.com> on 2/4/2025, 12:37:52 AM