codebook-tree-sitter-typst 0.12.1

typst grammar for the tree-sitter parsing library
Documentation
[build-dependencies.cc]
version = "1.0"

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

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

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

[package]
authors = ["Codebook Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "bindings/rust/build.rs"
categories = ["parsing", "text-editors"]
description = "typst grammar for the tree-sitter parsing library"
edition = "2018"
include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
keywords = ["incremental", "parsing", "typst"]
license = "MIT"
name = "codebook-tree-sitter-typst"
readme = "README.md"
repository = "https://github.com/uben0/tree-sitter-typst"
version = "0.12.1"