Add syntax highlighting for bash.
Some checks failed
format Build format has succeeded
clippy Build clippy has failed
rust-test Build rust-test has succeeded

This commit is contained in:
Tom Alexander
2025-02-22 18:57:42 -05:00
parent 41927764fc
commit c501f7cedc
6 changed files with 86 additions and 2 deletions

11
Cargo.lock generated
View File

@@ -463,6 +463,7 @@ dependencies = [
"serde_json",
"tokio",
"toml",
"tree-sitter-bash",
"tree-sitter-highlight",
"tree-sitter-nix",
"tree-sitter-python",
@@ -790,6 +791,16 @@ dependencies = [
"tree-sitter-language",
]
[[package]]
name = "tree-sitter-bash"
version = "0.23.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "329a4d48623ac337d42b1df84e81a1c9dbb2946907c102ca72db158c1964a52e"
dependencies = [
"cc",
"tree-sitter-language",
]
[[package]]
name = "tree-sitter-highlight"
version = "0.25.2"