EnlighterJS: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Created page with "== Description == [http://softwaremaniacs.org/soft/highlight/en/ EnlighterJS] is a JavaScript library that highlights code syntax on websites. It currently supports over seve...")
 
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Description ==
== Description ==


[http://softwaremaniacs.org/soft/highlight/en/ EnlighterJS] is a JavaScript library that highlights code syntax on websites. It currently supports over several languages (including NSIS) and styles.
[https://github.com/AndiDittrich/EnlighterJS/ EnlighterJS] is a MooTools-based syntax highlighter by Andi Dittrich. It currently supports several languages (including NSIS) and styles.


== Installation ==
== Installation ==
The NSIS syntax is currently not part of the official ''EnlighterJS'' branch (pull request is pending), but the sources are available from the [https://github.com/idleberg/EnlighterJS GitHub] fork.


=== Building ===
=== Building ===


Since ''EnlighterJS'' is a modular library, you need to build a version according to your needs. For further details, please refer to the [https://github.com/AndiDittrich/EnlighterJS/blob/master/README.md building instructions].
Since ''EnlighterJS'' is a modular library, you can build a version according to your needs. For further details, please refer to the [https://github.com/AndiDittrich/EnlighterJS/blob/master/README.md building instructions].


=== Download ===
=== Download ===


A pre-built version is available for [http://nsis.sourceforge.net/File:EnlighterJS.NSIS.zip download]. This only includes the JavaScript library without style-sheets.
<attach>EnlighterJS.NSIS.zip</attach> ''style-sheets not included''


== 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 - Fork with NSIS syntax] (GitHub)
 
[[Category:Syntax Highlighting]]

Latest revision as of 12:54, 23 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