Syntax definition for the NSIS language.
Latest version supported: NSIS v3.12
Note
This language file has been a part of the highlight.js core since 2013. However, the latest fixes and changes are only available in this package.
import hljs from "highlight.js/lib/core";
import nsis from "nsis.mjs";
hljs.registerLanguage("nsis", nsis);
hljs.highlightAll();Released under the BSD License.