draft: tree-sitter highlighting

This commit is contained in:
Blaž Hrastnik 2020-09-09 15:48:25 +09:00
parent 7eac12a4bb
commit 25b3f98e3d
4 changed files with 141 additions and 0 deletions

View file

@ -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"