Skip to content

Commit 5854348

Browse files
author
Matt Morrison
committed
changed directions on how to make default Python in ST
1 parent aac3dae commit 5854348

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

PythonImproved.tmLanguage

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,7 @@
1313
- facelessuser's Better Python (https://github.com/facelessuser/sublime-languages)
1414
- Djaniero's Django syntax (https://github.com/squ1b3r/Djaneiro)
1515
16-
To make this your main Python language definition (in Sublime Text):
17-
1) Rename Packages/Python/Python.tmLanguage to something else with a different extension (like Python.tmLanguage.backup)
18-
2) Move this file and its README.md to Packages/Python/
19-
3) Search for "<string>PythonImproved</string>" and change it to just say Python (if you want) - this is what is displayed in ST2's various menus
20-
4) Rename this file to Python.tmLanguage (if you want)
21-
Or (probably a better way):
16+
To make this your default Python language definition (in Sublime Text):
2217
1) Open a .py file.
2318
2) Select View -> Syntax -> PythonImproved
2419
3) Select View -> Syntax -> Open all with current extension as... -> PythonImproved

0 commit comments

Comments
 (0)