Crates.io | duat-treesitter |
lib.rs | duat-treesitter |
version | 0.3.0 |
created_at | 2025-04-14 10:40:45.193775+00 |
updated_at | 2025-08-20 13:47:48.72124+00 |
description | Plugin for tree-sitter bindings for Duat |
homepage | |
repository | https://github.com/AhoyISki/duat-treesitter |
max_upload_size | |
id | 1632628 |
size | 1,236,572 |
A tree-sitter implementation for Duat
duat-treesitter
currently does two things:
Just like other Duat plugins, this one can be installed by calling
cargo add
in the config directory:
cargo add duat-treesitter@"*" --rename treesitter
Or, if you are using a --git-deps
version of duat, do this:
cargo add --git https://github.com/AhoyISki/duat-treesitter --rename treesitter
But this is a default plugin, so you most likely won’t have to do that.