40 lines
874 B
JSON
40 lines
874 B
JSON
{
|
|
"$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
|
|
"grammars": [
|
|
{
|
|
"name": "noil",
|
|
"camelcase": "Noil",
|
|
"title": "Noil",
|
|
"scope": "source.noil",
|
|
"file-types": [
|
|
"space-separated"
|
|
],
|
|
"injection-regex": "^noil$",
|
|
"class-name": "TreeSitterNoil"
|
|
}
|
|
],
|
|
"metadata": {
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"description": "Noil treats your file like any buffer",
|
|
"authors": [
|
|
{
|
|
"name": "kjuulh",
|
|
"email": "contact@kasperhermansen.com",
|
|
"url": "https://kjuulh.io/"
|
|
}
|
|
],
|
|
"links": {
|
|
"repository": "https://git.front.kjuulh.io/kjuulh/tree-sitter-noil"
|
|
}
|
|
},
|
|
"bindings": {
|
|
"c": true,
|
|
"go": true,
|
|
"node": true,
|
|
"python": true,
|
|
"rust": true,
|
|
"swift": true,
|
|
"zig": false
|
|
}
|
|
} |