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

@@ -175,8 +175,9 @@ tracing = "0.1.41"
tracing-appender = "0.2.3"
tracing-subscriber = "0.3.20"
tracing-test = "0.2.5"
tree-sitter = "0.25.9"
tree-sitter-bash = "0.25.0"
tree-sitter = "0.25.10"
tree-sitter-bash = "0.25"
tree-sitter-highlight = "0.25.10"
ts-rs = "11"
unicode-segmentation = "1.12.0"
unicode-width = "0.2"