Wordpress plugin providing a syntax highlighted editor for various languages to edit code snippets embedded in your posts and globally manage their rendering via the use of various provided themes.
In order to build and package this plugin you will need python3 and git installed locally on your machine.
Start off by downloading the plugin dependencies by running the following command at the root of the plugin directory:
python build.py updateOnce complete the plugin directory should have everything needed in order to work. If it happens to be located under your local Wordpress plugin directory, you should be able to edit any files and directly see the result on your local Wordpress installation.
To package the plugin as a zipped Wordpress plugin file and strip down any unwanted files, symply run:
python build.py packageThis plugin is licenced under GPLV2 and powered by Ace, Google code prettify and Color themes for Google prettify.