aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 0af3808fbe191d2003bed95cb01846a6a0adeb92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "contributes": {
    "snippets": [
      {
        "language": "spec",
        "path": "./snippets/spec.json"
      },
      {
        "language": "changes",
        "path": "./snippets/changes.json"
      }
    ]
  }
}