pyxl syntax highlighting for Sublime Text.
Inspired by sublime-react and PythonImproved.
- Make sure you already have Package Control installed
- Choose Install Package from the Command Palette
- Select pyxl syntax and press Enter
Download the files using the GitHub.zip download option Unzip the files to your Sublime Text Packages directory.
After installing, set the syntax to Python (pyxl)
for the file with pyxl
syntax.
If you want to be able to lint the files with this syntax properly, go to
Preferences - Package Settings - SublimeLinter - Settings (User) and add the
following mapping to the syntax_map
:
"syntax_map": {
...
"python (pyxl)": "python",
...
}