Highlight.js: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (moved NSIS Syntax for highlight.js to Highlight.js) |
m (→Links) |
||
Line 25: | Line 25: | ||
[https://github.com/idleberg/highlight.js highlight.js - Fork with NSIS syntax] (GitHub) | [https://github.com/idleberg/highlight.js highlight.js - Fork with NSIS syntax] (GitHub) | ||
[[Category: | [[Category:Syntax_Files_For_Text_Editors]] |
Revision as of 08:25, 1 June 2013
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.
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
A pre-built version is available for download. This only includes the JavaScript library without style-sheets.
Links
highlight.js - Official (GitHub)
highlight.js - Fork with NSIS syntax (GitHub)