diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-07-25 16:39:49 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-07-25 16:39:49 +0200 |
| commit | 9722d01b078dbf554431a3af3767012fce341b95 (patch) | |
| tree | 81c2bb129bd81923bbf0767e62720882a31a1f56 /Cargo.toml | |
| parent | 21c8643173e87691b47ae9860c6cb095a6ea68b2 (diff) | |
editor add syntax highlighting using treesitter
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |