From 9722d01b078dbf554431a3af3767012fce341b95 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 25 Jul 2024 16:39:49 +0200 Subject: editor add syntax highlighting using treesitter --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bd83f5b..b4f83df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,5 @@ edition = "2021" [dependencies] mlua = { version = "0.9.9", features = ["luajit"] } ratatui = "0.27.0" +tree-sitter-highlight = "0.22.6" +tree-sitter-lua = "0.1.0" -- cgit v1.2.3-70-g09d2