tree-sitter-comment 0.2.0

Grammar for code tags like TODO:, FIXME(user): for the tree-sitter parsing library
Documentation
[build-dependencies.cc]
version = "1.2"

[dependencies.tree-sitter-language]
version = "0.1"

[dev-dependencies.tree-sitter]
version = "0.25.3"

[lib]
name = "tree_sitter_comment"
path = "bindings/rust/lib.rs"

[package]
authors = ["Santos Gallegos <stsewd@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "bindings/rust/build.rs"
categories = ["parser-implementations", "parsing", "text-editors"]
description = "Grammar for code tags like TODO:, FIXME(user): for the tree-sitter parsing library"
edition = "2021"
include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*", "tree-sitter.json", "LICENSE"]
keywords = ["incremental", "parsing", "tree-sitter", "comment"]
license = "MIT"
name = "tree-sitter-comment"
readme = "README.md"
repository = "https://github.com/stsewd/tree-sitter-comment"
version = "0.2.0"