/p5.js-sublime

P5.js autocomplete and syntax highlight for Sublime Text

Primary LanguagePython

P5.js Bundle for Sublime Text

A P5.js bundle for Sublime Text, based on the Processinglanguage syntax plugin.

Installation

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 Sublime Text -> Preferences -> Package Control: Install Package menu item. Not yet.

Using Git

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 Manually

  • 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

Usage

  • Select Processing Syntax

Acknowledgements