{
"$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
"grammars": [
{
"name": "htmlx",
"camelcase": "HTMLX",
"scope": "source.htmlx",
"external-files": ["src/html/tag.h", "src/html/scanner.c"],
"file-types": ["htmlx"],
"injection-regex": "^htmlx$",
"highlights": ["queries/html/highlights.scm", "queries/highlights.scm"],
"injections": "queries/injections.scm"
}
],
"metadata": {
"version": "0.1.6",
"license": "MIT",
"description": "HTMLX grammar for tree-sitter (expression-enhanced HTML)",
"authors": [
{
"name": "mixednuts"
}
],
"links": {
"repository": "https://github.com/themixednuts/tree-sitter-htmlx"
}
},
"bindings": {
"rust": true
}
}