Files
tree-sitter-newt/tree-sitter.json

41 lines
856 B
JSON

{
"$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
"grammars": [
{
"name": "newt",
"camelcase": "Newt",
"title": "Newt",
"scope": "source.newt",
"file-types": [
"newt"
],
"injection-regex": "^newt$",
"class-name": "TreeSitterNewt"
}
],
"highlights": "queries/highlights.scm",
"metadata": {
"version": "0.1.0",
"license": "MIT",
"description": "Newt grammar for tree-sitter",
"authors": [
{
"name": "Steve Dunham",
"email": "dunhamsteve@gmail.com"
}
],
"links": {
"repository": "https://github.com/dunhamsteve/tree-sitter-newt"
}
},
"bindings": {
"c": true,
"go": true,
"node": true,
"python": true,
"rust": true,
"swift": true,
"zig": false
}
}