A P5.js bundle for Sublime Text, based on the Processinglanguage syntax plugin.
There are 3 2 easy ways to install the Processing Bundle:
### Using Sublime Package Control
If you are using Sublime Package Control, you can easily install the Processing Bundle via the Not yet.Sublime Text -> Preferences -> Package Control: Install Package
menu item.
Alternatively you can install the theme and keep up to date by cloning the repo directly into your Packages
directory in the Sublime Text application settings area.
Go to your Sublime Text Packages
directory and clone the theme repository using the command below:
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone https://github.com/sergiomajluf/p5.js-sublime/ "P5"
- Download the files using the GitHub .zip download option
- Unzip the files and rename the folder to
P5
- Copy the folder to your Sublime Text
Packages
directory e.g. OS X:~/Library/Application Support/Sublime Text 2/Packages/P5
- Select Processing Syntax
- This bundle is very much based on Processing TextMate Bundle by Leon Hong, thanks for all the good work!
- I used the textmate-to-sublime-converter to convert the snippets from the original Processing TextMate Bundle to Sublime Text speak.
- Syntax highlighting tweaking Mark Brand
- Linux build script and testing Julien Deswaef
- Windows build script and documention Ralf Baecker
- Error console capturer Greger Stolt Nilsen
- Master of the syntax definition. Whitespace and indentation cleanup. Processing reference vs. sublime diff tool. Yong Joseph Bakos.