Skip to content

Commit 78a93a9

Browse files
committed
Prevent installation of MagicPython on ST4
There is very little reason to do this when the default syntax definition is much better due to using the `sublime-syntax` format, follows the scope naming standards and is actively maintained, because this package hasn't had a tag pushed in 4 years despite seeing *some* changes, albeit the last one over a year ago. A pull request asking for clarification of the support status for ST4 has not been answered for 8 months. MagicStack/MagicPython#255
1 parent 94f988a commit 78a93a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository/m.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
"labels": ["language syntax", "python"],
186186
"releases": [
187187
{
188-
"sublime_text": "*",
188+
"sublime_text": "<4000",
189189
"tags": true
190190
}
191191
]

0 commit comments

Comments
 (0)