Crates.io | tree-sitter-dust |
lib.rs | tree-sitter-dust |
version | 0.0.1 |
source | src |
created_at | 2023-09-22 10:48:52.168906 |
updated_at | 2023-09-22 10:48:52.168906 |
description | Dust grammar for the tree-sitter parsing library |
homepage | |
repository | https://github.com/tree-sitter/tree-sitter-dust |
max_upload_size | |
id | 980470 |
size | 64,513 |
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"