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...") |
m (→Links) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Description == | == Description == | ||
[ | [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 == | ||
=== Building === | === Building === | ||
Since ''EnlighterJS'' is a modular library, you | 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 === | ||
<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/> | ||
[ | |||
[[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
- EnlighterJS - Official (GitHub)