Skip to content

Commit

Permalink
implement syntax highlighting for preview text
Browse files Browse the repository at this point in the history
  • Loading branch information
cartercanedy committed Sep 20, 2024
1 parent f46d313 commit 58388b5
Show file tree
Hide file tree
Showing 4 changed files with 251 additions and 38 deletions.
129 changes: 129 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ tui-term = "0.1.12"
unicode-width = "0.1.13"
rand = "0.8.5"
linutil_core = { path = "../core", version = "24.9.19" }
tree-sitter-highlight = "0.23.0"
tree-sitter-bash = "0.23.1"
anstyle = "1.0.8"
ansi-to-tui = "6.0.0"
zips = "0.1.7"

[build-dependencies]
chrono = "0.4.33"
Expand Down
Loading

0 comments on commit 58388b5

Please sign in to comment.