Lighter: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
mNo edit summary
 
Line 10: Line 10:


== Links ==
== Links ==
[https://github.com/pradador/Lighter Lighter - Official] (GitHub)<br/>
* [https://github.com/pradador/Lighter Lighter - Official] (GitHub)<br/>
[https://github.com/idleberg/Lighter Lighter - NSIS fork] (GitHub)
* [https://github.com/idleberg/Lighter Lighter - NSIS fork] (GitHub)


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

Latest revision as of 12:54, 23 April 2014

Description

Lighter is a MooTools-based syntax highlighter by Jose Prado. It currently supports several languages (including NSIS) and styles.

Installation

Building

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

Links