EnlighterJS: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
Line 15: Line 15:
== Links ==
== Links ==
[https://github.com/AndiDittrich/EnlighterJS EnlighterJS - Official] (GitHub)<br/>
[https://github.com/AndiDittrich/EnlighterJS EnlighterJS - Official] (GitHub)<br/>
[https://github.com/idleberg/EnlighterJS EnlighterJS - NSIS fork] (GitHub)


[[Category:Syntax Highlighting]]
[[Category:Syntax Highlighting]]

Revision as of 12:04, 9 April 2014

Description

EnlighterJS is a MooTools-based syntax highlighter by Andi Dittrich. It currently supports several languages (including NSIS) and styles.

Installation

Building

Since EnlighterJS is a modular library, you can build a version according to your needs. For further details, please refer to the building instructions.

Download

EnlighterJS.NSIS.zip (21 KB) style-sheets not included

Links

EnlighterJS - Official (GitHub)