File tree Expand file tree Collapse file tree 1 file changed +21
-12
lines changed Expand file tree Collapse file tree 1 file changed +21
-12
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " calypso-lang" ,
3
3
"displayName" : " Calypso Programming Language" ,
4
4
"description" : " Syntax highlighting for Calypso" ,
5
- "version" : " 0.0.2 " ,
5
+ "version" : " 0.1.0 " ,
6
6
"publisher" : " calypso-lang" ,
7
7
"engines" : {
8
8
"vscode" : " >=1.53.2"
16
16
"license" : " MIT" ,
17
17
"repository" : " github:calypso-lang/calypso-syntax-highlighting" ,
18
18
"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
+ ]
30
39
}
31
40
}
You can’t perform that action at this time.
0 commit comments