[package]
edition = "2021"
rust-version = "1.77"
name = "ae-tree-sitter-bundle"
version = "0.1.0"
build = "build.rs"
exclude = [
"grammars/**/test",
"grammars/**/.git",
"grammars/**/*.wasm",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A bundle of tree-sitter parsers and queries, ready for editor integration for ae editor"
readme = "README.md"
keywords = [
"tree-sitter",
"parser",
"syntax",
"highlighting",
]
categories = [
"parsing",
"text-editors",
]
license = "MIT"
repository = "https://codeberg.org/e0328eric/ae-tree-sitter-bundle"
[features]
agda = []
asm = []
astro = []
awk = []
bash = []
c = []
c-sharp = []
c3 = []
cmake = []
comment = []
commonlisp = []
cpp = []
css = []
d = []
default = ["highlight"]
diff = []
dockerfile = []
elixir = []
elm = []
fish = []
fsharp = []
full = [
"agda",
"asm",
"astro",
"awk",
"bash",
"cmake",
"c",
"c3",
"comment",
"commonlisp",
"cpp",
"c-sharp",
"css",
"diff",
"d",
"dockerfile",
"elixir",
"elm",
"fish",
"gdscript",
"gitcommit",
"git-rebase",
"gleam",
"go",
"hare",
"haskell",
"hcl",
"html",
"hurl",
"java",
"javascript",
"jsdoc",
"json",
"julia",
"kdl",
"kotlin",
"latex",
"llvm",
"lua",
"mail",
"make",
"nasm",
"nickel",
"nim",
"ninja",
"nix",
"nu",
"objc",
"odin",
"openscad",
"org",
"perl",
"po",
"powershell",
"proto",
"purescript",
"python",
"query",
"regex",
"rst",
"ruby",
"rust",
"scala",
"scheme",
"sql",
"ssh-config",
"swift",
"systemverilog",
"toml",
"typst",
"uxntal",
"vesti",
"vim",
"vue",
"wikitext",
"yaml",
"typescript",
"markdown",
"ocaml",
"php",
"fsharp",
"xml",
"rpmspec",
"ziggy",
"superhtml",
"v",
"zig",
]
gdscript = []
git-rebase = []
gitcommit = []
gleam = []
go = []
hare = []
haskell = []
hcl = []
highlight = ["dep:tree-sitter-highlight"]
html = []
hurl = []
java = []
javascript = []
jsdoc = []
json = []
julia = []
kdl = []
kotlin = []
latex = []
llvm = []
lua = []
mail = []
make = []
markdown = []
nasm = []
nickel = []
nim = []
ninja = []
nix = []
nu = []
objc = []
ocaml = []
odin = []
openscad = []
org = []
perl = []
php = []
po = []
powershell = []
proto = []
purescript = []
python = []
query = []
regex = []
rpmspec = []
rst = []
ruby = []
rust = []
scala = []
scheme = []
sql = []
ssh-config = []
superhtml = []
swift = []
systemverilog = []
toml = []
typescript = []
typst = []
uxntal = []
v = []
vesti = []
vim = []
vue = []
wikitext = []
xml = []
yaml = []
zig = []
ziggy = []
[lib]
name = "ae_tree_sitter_bundle"
path = "src/lib.rs"
[[example]]
name = "list"
path = "examples/list.rs"
[[test]]
name = "smoke"
path = "tests/smoke.rs"
[dependencies.tree-sitter]
version = "0.26"
[dependencies.tree-sitter-highlight]
version = "0.26"
optional = true
[dependencies.tree-sitter-language]
version = "0.1"
[build-dependencies.cc]
version = "1"