Skip to content

Commit 1578762

Browse files
committed
Add messages for ST
1 parent a023638 commit 1578762

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

Diff for: messages.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"install": "messages/install.txt"
3+
}

Diff for: messages/install.txt

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
MagicPython
2+
===========
3+
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

Comments
 (0)