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