Prism.js: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(Created page with "== Description == Prism is a lightweight, extensible syntax highlighter, built with modern web standards in mind. NSIS is currently not part of the official distribution, tho...") |
m (→Building) |
||
| Line 7: | Line 7: | ||
=== Building === | === Building === | ||
Download a copy of the [https://github.com/idleberg/prism/ | Download a copy of the [https://github.com/idleberg/prism/ NSIS fork] and build the necessary JavaScript and CSS files. Alternatively, you can use [http://5minfork.com/ 5 minute fork] to achieve the same. | ||
== Links == | == Links == | ||
Revision as of 11:21, 25 February 2014
Description
Prism is a lightweight, extensible syntax highlighter, built with modern web standards in mind. NSIS is currently not part of the official distribution, though a pull request is pending.
Installation
Building
Download a copy of the NSIS fork and build the necessary JavaScript and CSS files. Alternatively, you can use 5 minute fork to achieve the same.
Links
Prismjs.com
Prism - Official (GitHub)
Prism - NSIS fork (GitHub)