aboutsummaryrefslogtreecommitdiffstats
path: root/tree-sitter-yts/src/grammar.json
blob: b979e832699dcb1f899fef08dfd221f4add0100d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/grammar.schema.json",
  "name": "yts",
  "rules": {
    "source_file": {
      "type": "STRING",
      "value": "hello"
    }
  },
  "extras": [
    {
      "type": "PATTERN",
      "value": "\\s"
    }
  ],
  "conflicts": [],
  "precedences": [],
  "externals": [],
  "inline": [],
  "supertypes": [],
  "reserved": {}
}