Highlight.js: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
Line 22: Line 22:


== Links ==
== Links ==
[http://softwaremaniacs.org/soft/highlight/en/ highlight.js - Official] (GitHub)<br/>
[http://softwaremaniacs.org/soft/highlight/en/ highlight.js] (GitHub)<br/>
[https://github.com/idleberg/highlight.js highlight.js - Fork with NSIS syntax] (GitHub)


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

Revision as of 12:05, 9 April 2014

Description

highlight.js is a JavaScript library that highlights code syntax on websites. It currently supports over 50 languages (including NSIS) and is bundled with over 25 styles.

HighlighterJS Screenshot.png

Installation

The NSIS syntax is currently not part of the official highlight.js branch (pull request is pending), but the sources are available from the GitHub fork.

Building

Since highlight.js is a modular library, you need to build a version according to your needs (Python 3 is required):

python3 tools/build.py -n python nsis

For further details, please refer to the building instructions.

Download

Highlight.nsis.zip (8 KB) style-sheets not included

Links

highlight.js (GitHub)