aboutsummaryrefslogtreecommitdiff
path: root/tree-sitter.json
blob: b0d4a0b13950ced683f0658d20077f3364904541 (plain)
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
41
42
{
  "$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
  "grammars": [
    {
      "name": "wmap",
      "camelcase": "Wmap",
      "title": "Wmap",
      "scope": "source.wmap",
      "file-types": [
        "wmap"
      ],
      "injection-regex": "^wmap$",
      "class-name": "TreeSitterWmap"
    }
  ],
  "metadata": {
    "version": "1.0.0",
    "license": "AGPL-v3",
    "description": "Parser for wmap Formatted Wardley Maps",
    "authors": [
      {
        "name": "Rubén Beltrán del Río",
        "email": "wmap.parser@r.bdr.sh",
        "url": "https://r.bdr.sh"
      }
    ],
    "links": {
      "repository": "https://git.sr.ht/~rbdr/tree-sitter-wmap",
      "funding": ""
    }
  },
  "bindings": {
    "c": true,
    "go": true,
    "java": false,
    "node": true,
    "python": true,
    "rust": true,
    "swift": true,
    "zig": false
  }
}