-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 886 Bytes
/
package.json
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
43
44
45
46
47
{
"name": "wml",
"displayName": "WML",
"description": "Wesnoth Markup Language Syntax Highlighting",
"publisher": "Bitron",
"version": "1.0.7",
"bugs": {
"url": "https://github.com/Byteron/wml/issues"
},
"engines": {
"vscode": "^1.17.0"
},
"categories": [
"Programming Languages"
],
"contributes": {
"languages": [
{
"id": "wml",
"aliases": [
"WML",
"wml"
],
"extensions": [
".cfg",
".pbl"
],
"configuration": "./language-configuration.json"
}
],
"grammars": [
{
"language": "wml",
"scopeName": "source.wml",
"path": "./syntaxes/wml.tmLanguage.json"
}
]
},
"repository": {
"url": "https://github.com/Byteron/wml.git"
},
"__metadata": {
"id": "f8439943-aded-4410-8396-4cfad3df4991",
"publisherDisplayName": "Aaron Winter",
"publisherId": "71205e79-0946-4bef-a6ac-7c1fc9440a0a"
}
}