tree-sitter-paradox
Version:
Paradox grammar for tree-sitter
44 lines (43 loc) • 821 B
JSON
{
"$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
"grammars": [
{
"name": "paradox",
"camelcase": "Paradox",
"title": "Paradox",
"scope": "source.paradox",
"file-types": [
"asset",
"txt",
"gui",
"mod"
],
"highlights": "queries/highlights.scm",
"injection-regex": "^paradox$",
"class-name": "TreeSitterParadox"
}
],
"metadata": {
"version": "0.2.0",
"license": "AGPL",
"description": "Paradox grammar for tree-sitter",
"authors": [
{
"name": "acture",
"email": "acturea@gmail.com"
}
],
"links": {
"repository": "https://github.com/Acture/tree-sitter-paradox.git"
}
},
"bindings": {
"c": true,
"go": true,
"node": true,
"python": true,
"rust": true,
"swift": true,
"zig": false
}
}