forked from kwhwwymwn/cosmoteer-rules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.1 KB
/
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
48
49
50
51
{
"name": "cosmoteer-rules",
"publisher": "Ataxica",
"icon": "icon.png",
"repository": {
"type": "git",
"url": "https://github.com/SaViGnAnO/cosmoteer-rules.git"
},
"displayName": "Cosmoteer-Rules",
"description": "Language support for the Cosmoteer .rules file.",
"version": "0.0.2",
"engines": {
"vscode": "^1.72.0"
},
"categories": [
"Programming Languages"
],
"contributes": {
"languages": [
{
"id": "cosmoteer-rules",
"aliases": [
"Cosmoteer Rules",
"cosmoteer-rules"
],
"extensions": [
".rules"
],
"configuration": "./language-configuration.json"
}
],
"grammars": [
{
"language": "cosmoteer-rules",
"scopeName": "source.rules",
"path": "./syntaxes/cosmoteer-rules.tmLanguage.json"
}
]
},
"__metadata": {
"id": "6034c696-854d-4a75-83ea-0bc3992046b4",
"publisherId": "71ffb3fd-6cdf-4135-b626-2fcca2d76ca2",
"publisherDisplayName": "Ataxica",
"targetPlatform": "undefined",
"isApplicationScoped": false,
"updated": false,
"isPreReleaseVersion": false,
"installedTimestamp": 1675678335716,
"preRelease": false
}
}