Skip to content

Commit 60985be

Browse files
committed
Prepare 0.5.3 release
1 parent 1f23b32 commit 60985be

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MagicPython",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"engines": {
55
"atom": "*",
66
"node": "*",
@@ -16,8 +16,15 @@
1616
"description": "Syntax highlighter for cutting edge Python.",
1717
"license": "MIT",
1818
"publisher": "magicstack",
19-
"categories": ["Languages"],
20-
"keywords": ["python", "highlighter", "syntax", "python3"],
19+
"categories": [
20+
"Languages"
21+
],
22+
"keywords": [
23+
"python",
24+
"highlighter",
25+
"syntax",
26+
"python3"
27+
],
2128
"contributes": {
2229
"//": "This section is for VSCode",
2330
"languages": [

0 commit comments

Comments
 (0)