Highlight.js: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
mNo edit summary |
|||
Line 19: | Line 19: | ||
=== Download === | === Download === | ||
<attach>Highlight.nsis.zip</attach> ''style-sheets not included'' | |||
== Links == | == Links == |
Revision as of 21:44, 15 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
Highlight.nsis.zip (8 KB) style-sheets not included
Links
highlight.js - Official (GitHub)
highlight.js - Fork with NSIS syntax (GitHub)