mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
draft: tree-sitter highlighting
This commit is contained in:
parent
7eac12a4bb
commit
25b3f98e3d
4 changed files with 141 additions and 0 deletions
|
@ -24,3 +24,5 @@ crossterm = { version = "0.17", features = ["event-stream"] }
|
|||
smol = "1"
|
||||
num_cpus = "1.13.0"
|
||||
tui = { version = "0.10.0", default-features = false, features = ["crossterm"] }
|
||||
tree-sitter = "0.16.1"
|
||||
tree-sitter-highlight = "0.2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue