aboutsummaryrefslogtreecommitdiffstats
path: root/tree-sitter-yts/tree-sitter.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tree-sitter-yts/tree-sitter.json33
-rw-r--r--tree-sitter-yts/tree-sitter.json.license9
2 files changed, 42 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
+ }
+}
diff --git a/tree-sitter-yts/tree-sitter.json.license b/tree-sitter-yts/tree-sitter.json.license
new file mode 100644
index 0000000..d4d410f
--- /dev/null
+++ b/tree-sitter-yts/tree-sitter.json.license
@@ -0,0 +1,9 @@
+yt - A fully featured command line YouTube client
+
+Copyright (C) 2024 Benedikt Peetz <benedikt.peetz@b-peetz.de>
+SPDX-License-Identifier: GPL-3.0-or-later
+
+This file is part of Yt.
+
+You should have received a copy of the License along with this program.
+If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.