We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a023638 commit 1578762Copy full SHA for 1578762
messages.json
@@ -0,0 +1,3 @@
1
+{
2
+ "install": "messages/install.txt"
3
+}
messages/install.txt
@@ -0,0 +1,20 @@
+MagicPython
+===========
+
4
+Thank you for installing MagicPython -- a syntax highlighter for
5
+cutting edge Python.
6
7
+You're almost there, please do the following steps to finish
8
+the installation:
9
10
+* Close all open Python files;
11
12
+* Disable the "Python" package:
13
14
+ - via Package Control by executing "Package Control: Disable Package";
15
16
+ - or manually, by adding "Python" to "ignored_packages", in your
17
+ `Preferences.sublime-settings` file.
18
19
+If you find any oddities in how your Python code is highlighted, please
20
+file a bug at https://github.com/MagicStack/MagicPython/issues.
0 commit comments