tree-sitter-preproc-code-split 0.20.3

Preproc grammar for the tree-sitter parsing library
Documentation
[package]
name = "tree-sitter-preproc-code-split"
description = "Preproc grammar for the tree-sitter parsing library"
version = "0.20.3"
authors = ["Calixte Denizet <cdenizet@mozilla.com>", "Roman Fedorov <Roman.Fedorov@constructor.tech>"]
license = "MIT"
readme = "bindings/rust/README.md"
keywords = ["incremental", "parsing", "preproc"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/ffedoroff/rust-code-analysis-code-split"
edition = "2021"

build = "bindings/rust/build.rs"
include = [
  "bindings/rust/*",
  "grammar.js",
  "src/*",
]

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

[dependencies]
tree-sitter-language="0.1.7"

[build-dependencies]
cc = "^1.2"

[dev-dependencies]
tree-sitter = "=0.26.9"