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...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 16: | Line 16: | ||
== License == | == License == | ||
Released under | Released under [http://opensource.org/licenses/MIT The MIT License]. | ||
== Links == | == Links == | ||
* | * [https://github.com/ccampbell/rainbow Rainbow] on GitHub | ||
* | * [https://github.com/idleberg/rainbow-nsis-mode NSIS mode] on GitHub | ||
[[Category:Syntax_Highlighting]] | [[Category:Syntax_Highlighting]] |
Latest revision as of 08:33, 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 The MIT License.