tree-sitter-dust

Crates.iotree-sitter-dust
lib.rstree-sitter-dust
version0.0.1
sourcesrc
created_at2023-09-22 10:48:52.168906
updated_at2023-09-22 10:48:52.168906
descriptionDust grammar for the tree-sitter parsing library
homepage
repositoryhttps://github.com/tree-sitter/tree-sitter-dust
max_upload_size
id980470
size64,513
(solaeus)

documentation

README

tree-sitter-dust

Tree sitter implementation for the Dust programming language.

This repository is used to enable sytax highlighting and other developer-friendly features for Dust. To use this repository with Helix, clone it and add the following to your languages.toml file.

[[language]]
name = "dust"
scope = "source.dust"
injection-regex = "dust"
file-types = ["ds", "dust"]
roots = [".git"]
comment-token = "#"
grammar = "dust"

[[grammar]]
name = "dust"
source.path = "/path/to/tree-sitter-dust"
Commit count: 0

cargo fmt