This commit is contained in:
2026-09-23 00:36:22 -04:00
commit 6e4f9cd65a
74 changed files with 57163 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
[package]
name = "tree-sitter-lscript"
description = "LScript grammar for Tree-sitter"
version = "0.1.0"
publish = false
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "lscript"]
categories = ["parsing", "text-editors"]
edition = "2024"
autoexamples = false
build = "bindings/rust/build.rs"
include = ["bindings/rust/*", "docs/*", "grammar.js", "queries/*", "src/*", "tree-sitter.json"]
[lib]
path = "bindings/rust/lib.rs"
[dependencies]
tree-sitter-language = "0.1"
[build-dependencies]
cc = "1.2"
[dev-dependencies]
tree-sitter = "0.27"