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...") |
|||
Line 9: | Line 9: | ||
=== 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 === |
Revision as of 00:06, 1 June 2013
Description
EnlighterJS is a JavaScript library that highlights code syntax on websites. It currently supports over 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)