Skip to content

Commit 13bf534

Browse files
committed
Prepare 0.4.33 release
1 parent 7ff6ffd commit 13bf534

File tree

1 file changed

+28
-15
lines changed

1 file changed

+28
-15
lines changed

package.json

Lines changed: 28 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MagicPython",
3-
"version": "0.4.32",
3+
"version": "0.4.33",
44
"engines": {
55
"atom": "*",
66
"node": "*",
@@ -15,22 +15,35 @@
1515
},
1616
"description": "Syntax highlighter for cutting edge Python.",
1717
"license": "MIT",
18-
1918
"publisher": "MagicStack Inc.",
2019
"contributes": {
2120
"//": "This section is for VSCode",
22-
"languages": [{
23-
"id": "python",
24-
"aliases": ["MagicPython", "python"],
25-
"extensions": [
26-
".py",".py3",".rpy",".pyw",".cpy",
27-
".SConstruct",".Sconstruct",".sconstruct",".SConscript"
28-
]
29-
}],
30-
"grammars": [{
31-
"language": "python",
32-
"scopeName": "source.python",
33-
"path": "./grammars/MagicPython.tmLanguage"
34-
}]
21+
"languages": [
22+
{
23+
"id": "python",
24+
"aliases": [
25+
"MagicPython",
26+
"python"
27+
],
28+
"extensions": [
29+
".py",
30+
".py3",
31+
".rpy",
32+
".pyw",
33+
".cpy",
34+
".SConstruct",
35+
".Sconstruct",
36+
".sconstruct",
37+
".SConscript"
38+
]
39+
}
40+
],
41+
"grammars": [
42+
{
43+
"language": "python",
44+
"scopeName": "source.python",
45+
"path": "./grammars/MagicPython.tmLanguage"
46+
}
47+
]
3548
}
3649
}

0 commit comments

Comments
 (0)