ZIm/crates/languages/src/bash
Ben Kunkle 8742c18107
Allow auto-indenting with syntax errors when using regex-based indent matches to improve bash auto-indent behavior (#24160)
- Fixes auto-indent issues around `elif` caused by auto-indent being prevented due to syntax errors generated before `elif` clause completed

Release Notes:

- Fixed an issue where inserting an elif before an else in bash would
not properly auto-indent

---------

Co-authored-by: Conrad Irwin <conrad@zed.dev>
2025-02-03 21:34:37 -06:00
..
brackets.scm chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
config.toml Allow auto-indenting with syntax errors when using regex-based indent matches to improve bash auto-indent behavior (#24160) 2025-02-03 21:34:37 -06:00
highlights.scm chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
indents.scm Support bash autoindenting (#24156) 2025-02-04 00:37:52 +00:00
redactions.scm Clean up whitespace (#10755) 2024-04-23 13:31:21 -04:00
textobjects.scm Add textobjects queries (#20924) 2024-12-03 10:37:01 -07:00