Originally created for pyxl: yyjhao/sublime-pyxl
This is a work-in-progress.
- 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 (pyxy)
for the file with pyxy
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 (pyxy)": "python",
...
}