crates/zed/src/languages/bash/highlights.scm 🔗
@@ -27,6 +27,8 @@
"unset"
"until"
"while"
+ "local"
+ "declare"
] @keyword
(comment) @comment
Nate Butler created
Release Notes:
- Improved Bash / Shell Script syntax highlighting
crates/zed/src/languages/bash/highlights.scm | 2 ++
1 file changed, 2 insertions(+)
@@ -27,6 +27,8 @@
"unset"
"until"
"while"
+ "local"
+ "declare"
] @keyword
(comment) @comment