28 lines
489 B
JSON
28 lines
489 B
JSON
{
|
|
"grammars": [
|
|
{
|
|
"name": "lscript",
|
|
"camelcase": "LScript",
|
|
"scope": "source.lscript",
|
|
"path": ".",
|
|
"file-types": [
|
|
"ls"
|
|
],
|
|
"highlights": "queries/highlights.scm"
|
|
}
|
|
],
|
|
"metadata": {
|
|
"version": "0.1.0",
|
|
"license": "UNLICENSED",
|
|
"description": "LScript grammar for Tree-sitter"
|
|
},
|
|
"bindings": {
|
|
"c": true,
|
|
"go": false,
|
|
"node": false,
|
|
"python": false,
|
|
"rust": true,
|
|
"swift": false
|
|
}
|
|
}
|