about summary refs log tree commit diff stats
path: root/tree-sitter-yts/tree-sitter.json
diff options
context:
space:
mode:
Diffstat (limited to 'tree-sitter-yts/tree-sitter.json')
-rw-r--r--tree-sitter-yts/tree-sitter.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/tree-sitter-yts/tree-sitter.json b/tree-sitter-yts/tree-sitter.json
new file mode 100644
index 0000000..380caf6
--- /dev/null
+++ b/tree-sitter-yts/tree-sitter.json
@@ -0,0 +1,33 @@
+{
+  "grammars": [
+    {
+      "name": "yts",
+      "camelcase": "Yts",
+      "scope": "source.yts",
+      "path": ".",
+      "file-types": [
+        "yts"
+      ],
+      "highlights": [
+        "queries/highlights.scm"
+      ],
+      "injection-regex": "^(yts)$"
+    }
+  ],
+  "metadata": {
+    "version": "0.0.1",
+    "license": "MIT",
+    "description": "yts grammar for tree-sitter",
+    "links": {
+      "repository": "https://git.vhack.eu/soispha/clients/yt/tree-sitter-yts"
+    }
+  },
+  "bindings": {
+    "c": true,
+    "go": true,
+    "node": true,
+    "python": true,
+    "rust": true,
+    "swift": true
+  }
+}