Skip to content

Commit d499f29

Browse files
IsaacIsaac
authored andcommitted
-Fix angled brackets which technically break the XML standard
1 parent 0907f3d commit d499f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonImproved.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
To make this your main Python language definition (in Sublime Text 2):
1717
1) Rename Packages/Python/Python.tmLanguage to something else with a different extension (like Python.tmLanguage.backup)
1818
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
19+
3) Search for "&lt;string&gt;PythonImproved&lt;/string&gt;" and change it to just say Python (if you want) - this is what is displayed in ST2's various menus
2020
4) Rename this file to Python.tmLanguage (if you want)
2121
2222
</string>

0 commit comments

Comments
 (0)