@nsis/highlightjs
v0.1.5
Published
highlight.js syntax definition for the NSIS language
Maintainers
Readme
@nsis/highlightjs
Syntax definition for the NSIS language.
Latest version supported: NSIS v3.12
Installation
$ npm install @nsis/highlightjsUsage
import hljs from "highlight.js/lib/core";
import nsis from "@nsis/highlightjs";
hljs.registerLanguage("nsis", nsis);
hljs.highlightAll();License
Released under the BSD License.
