EnlighterJS: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
No edit summary |
mNo edit summary |
||
Line 18: | Line 18: | ||
[https://github.com/AndiDittrich/EnlighterJS EnlighterJS - Official] (GitHub)<br/> | [https://github.com/AndiDittrich/EnlighterJS EnlighterJS - Official] (GitHub)<br/> | ||
[https://github.com/idleberg/EnlighterJS EnlighterJS - Fork with NSIS syntax] (GitHub) | [https://github.com/idleberg/EnlighterJS EnlighterJS - Fork with NSIS syntax] (GitHub) | ||
[[Category:Syntax Highlighting]] |
Revision as of 07:34, 1 June 2013
Description
EnlighterJS is a MooTools-based syntax highlighter by Andi Dittrich. It currently supports several languages (including NSIS) and styles.
Installation
The NSIS syntax is currently not part of the official EnlighterJS branch (pull request is pending), but the sources are available from the GitHub fork.
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
A pre-built version is available for download. This only includes the JavaScript library without style-sheets.
Links
EnlighterJS - Official (GitHub)
EnlighterJS - Fork with NSIS syntax (GitHub)