feat: add basic tree-sitter
This commit is contained in:
40
tree-sitter.json
Normal file
40
tree-sitter.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"$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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user