about summary refs log tree commit diff stats
path: root/tree-sitter-yts/tree-sitter.json
blob: 380caf62cfd3641f51ff7b42fd34d9fc47551489 (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
{
  "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
  }
}