Rainbow: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Created page with "== Description == Rainbow is a code syntax highlighting library written in Javascript. It was designed to be lightweight (1.4kb), easy to use, and extendable. == Installatio...")
 
Line 20: Line 20:
== Links ==
== Links ==


* [[https://github.com/ccampbell/rainbow Rainbow] on GitHub
* [https://github.com/ccampbell/rainbow Rainbow] on GitHub
* [[https://github.com/idleberg/rainbow-nsis-mode NSIS mode] on GitHub
* [https://github.com/idleberg/rainbow-nsis-mode NSIS mode] on GitHub


[[Category:Syntax_Highlighting]]
[[Category:Syntax_Highlighting]]

Revision as of 08:27, 10 December 2015

Description

Rainbow is a code syntax highlighting library written in Javascript. It was designed to be lightweight (1.4kb), easy to use, and extendable.

Installation

GitHub

1. Download Rainbow core library

2. Download NSIS mode

3. Follow build instructions

License

Released under a BSD License.

Links