duat-treesitter

Crates.ioduat-treesitter
lib.rsduat-treesitter
version0.3.0
created_at2025-04-14 10:40:45.193775+00
updated_at2025-08-20 13:47:48.72124+00
descriptionPlugin for tree-sitter bindings for Duat
homepage
repositoryhttps://github.com/AhoyISki/duat-treesitter
max_upload_size
id1632628
size1,236,572
ahoyiski (AhoyISki)

documentation

README

duat-treesitter License: AGPL-3.0-or-later duat-treesitter on crates.io duat-treesitter on docs.rs

A tree-sitter implementation for Duat

duat-treesitter currently does two things:

  • Syntax highlighting
  • Indentation calculation

Installation

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.

Commit count: 105

cargo fmt