feat(tui): switch to tree-sitter-highlight bash highlighting (#4666)

use tree-sitter-highlight instead of custom logic over the tree-sitter
tree to highlight bash.
This commit is contained in:
Jeremy Rose
2025-10-07 16:20:12 -07:00
committed by GitHub
parent 0e5d72cc57
commit b8b04514bc
4 changed files with 229 additions and 121 deletions

View File

@@ -68,6 +68,8 @@ strum_macros = { workspace = true }
supports-color = { workspace = true }
tempfile = { workspace = true }
textwrap = { workspace = true }
tree-sitter-highlight = { workspace = true }
tree-sitter-bash = { workspace = true }
tokio = { workspace = true, features = [
"io-std",
"macros",