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