From 25b3f98e3d200ae7f0f08b10be50552359502494 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Wed, 9 Sep 2020 15:48:25 +0900 Subject: draft: tree-sitter highlighting --- helix-term/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helix-term/Cargo.toml') diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index ce3add5c..dcb01c1d 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -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" -- cgit v1.2.3-70-g09d2