stuff i guess
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": "ground",
|
||||
"camelcase": "ground",
|
||||
"title": "Ground",
|
||||
"scope": "source.ground",
|
||||
"file-types": [
|
||||
"grnd"
|
||||
],
|
||||
"injection-regex": "^ground$",
|
||||
"class-name": "TreeSitterGround"
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"description": "Ground VM textual representation highlighter",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Maxwell Jeffress",
|
||||
"email": "maxwelljeffress@proton.me",
|
||||
"url": "https://maxwellj.xyz/"
|
||||
}
|
||||
],
|
||||
"links": {
|
||||
"repository": "https://chookspace.com/ground/grammar"
|
||||
}
|
||||
},
|
||||
"bindings": {
|
||||
"c": true,
|
||||
"go": true,
|
||||
"node": true,
|
||||
"python": true,
|
||||
"rust": true,
|
||||
"swift": true,
|
||||
"zig": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user