Reads Snappy files in Sublime Text. Snappy files are opened in read-only mode.
via Package Control (Not ready yet)
- Make sure you have Package Control installed.
- Open the Command Palette (
command-shift-Pon macOS;ctrl-shift-Pon Ubuntu) and choose Install Package. - Choose Snappy from the list.
via Copy Past
- In Sublime, Click Tools -> Developer -> New Plugin
- Copy and paste Snappy.py to sublime.
- Save the file into Packages/User/Snappy.py
This sublime package depends on the python-snappt library.
Install it via pip:
pip3 install python-snappy
Only python3 is supported.
