This commit is contained in:
2026-09-23 00:36:22 -04:00
commit 6e4f9cd65a
74 changed files with 57163 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"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
}
}