ZIm/crates/languages/src/bash
chbk 0708d476ca
Improve Bash heredoc highlighting (#28185)
Release Notes:

  - Improved Bash heredoc highlighting

| Zed 0.180.2 | With this PR |
| --- | --- |
|
![Image](https://github.com/user-attachments/assets/aa2534af-53df-4f01-988e-f18ec52a2b62)
|
![Image](https://github.com/user-attachments/assets/8fc92113-41f2-4249-ab81-6beb0a1469ca)
|

```bash
cat << EOT >> hello.txt
hello world
EOT
```

- `<<`: `operator`
- `EOT`: `string`
2025-04-06 11:14:05 -04:00
..
brackets.scm vim: Update anyquotes and anybrackets to behave like mini.ai plugin (#24167) 2025-02-17 14:55:48 -07:00
config.toml Use shell script language for APKBUILD files (#27099) 2025-03-19 22:00:44 +00:00
highlights.scm Improve Bash heredoc highlighting (#28185) 2025-04-06 11:14:05 -04: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