Skip to content

pyxy syntax highlighting for Sublime Text

License

Notifications You must be signed in to change notification settings

pyxy-org/sublime-pyxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

sublime-pyxy

Originally created for pyxl: yyjhao/sublime-pyxl

This is a work-in-progress.

Installation

Manual installation

  1. Download the files using the GitHub.zip download option
  2. Unzip the files to your Sublime Text Packages directory.

Usage

After installing, set the syntax to Python (pyxy) for the file with pyxy syntax.

SublimeLinter

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",
        ...
    }

About

pyxy syntax highlighting for Sublime Text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published