You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
22
17
1) Open a .py file.
23
18
2) Select View -> Syntax -> PythonImproved
24
19
3) Select View -> Syntax -> Open all with current extension as... -> PythonImproved
0 commit comments