aboutsummaryrefslogtreecommitdiffstats
path: root/tree-sitter-yts/tree-sitter.json
blob: 33c2b6e4cb5d25485c06655da448a3642d61b1d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
  "grammars": [
    {
      "name": "YTS",
      "camelcase": "YTS",
      "title": "YTS",
      "scope": "source.yts",
      "file-types": [
        "yts"
      ],
      "injection-regex": "^yts$",
      "class-name": "TreeSitterYts"
    }
  ],
  "metadata": {
    "version": "0.1.0",
    "license": "GPL-3-or-later",
    "description": "Parser for yt's selection language",
    "authors": [
      {
        "name": "Benedikt Peetz",
        "email": "benedikt.peetz@b-peetz.de"
      }
    ],
    "links": {
      "repository": "https://git.foss-syndicate.org/bpeetz/clients/yt"
    }
  },
  "bindings": {
    "c": false,
    "go": false,
    "java": false,
    "node": false,
    "python": false,
    "rust": true,
    "swift": false,
    "zig": false
  }
}