about summary refs log tree commit diff stats
path: root/pkgs/by-name/tr/tree-sitter-yts/package.json
blob: 2511ccb783bf68c26773d27de3271b7e6411b354 (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
{
  "name": "tree-sitter-yts",
  "version": "0.0.1",
  "description": "yts grammar for tree-sitter",
  "main": "bindings/node",
  "keywords": [
    "parsing",
    "incremental"
  ],
  "dependencies": {
    "nan": "^2.12.1"
  },
  "devDependencies": {
    "tree-sitter-cli": "^0.20.8"
  },
  "scripts": {
    "test": "tree-sitter test"
  },
  "tree-sitter": [
    {
      "scope": "source.yts",
      "file-types": [
        "yts"
      ],
      "highlights": [
        "queries/highlights.scm"
      ],
      "injection-regex": "^(yts)$"
    }
  ]
}