Skip to content

Commit 86c998a

Browse files
0.1.0
1 parent c92d1c0 commit 86c998a

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

package.json

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "calypso-lang",
33
"displayName": "Calypso Programming Language",
44
"description": "Syntax highlighting for Calypso",
5-
"version": "0.0.2",
5+
"version": "0.1.0",
66
"publisher": "calypso-lang",
77
"engines": {
88
"vscode": ">=1.53.2"
@@ -16,16 +16,25 @@
1616
"license": "MIT",
1717
"repository": "github:calypso-lang/calypso-syntax-highlighting",
1818
"contributes": {
19-
"languages": [{
20-
"id": "calypso",
21-
"aliases": ["Calypso", "calypso"],
22-
"extensions": [".cal"],
23-
"configuration": "./language-configuration.json"
24-
}],
25-
"grammars": [{
26-
"language": "calypso",
27-
"scopeName": "source.calypso",
28-
"path": "./syntaxes/calypso.tmLanguage.json"
29-
}]
19+
"languages": [
20+
{
21+
"id": "calypso",
22+
"aliases": [
23+
"Calypso",
24+
"calypso"
25+
],
26+
"extensions": [
27+
".cal"
28+
],
29+
"configuration": "./language-configuration.json"
30+
}
31+
],
32+
"grammars": [
33+
{
34+
"language": "calypso",
35+
"scopeName": "source.calypso",
36+
"path": "./syntaxes/calypso.tmLanguage.json"
37+
}
38+
]
3039
}
3140
}

0 commit comments

Comments
 (0)