Skip to content

NSIS-Dev/highlightjs

Repository files navigation

@nsis/highlightjs

License Version: npm CI

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.

Usage

import hljs from "highlight.js/lib/core";
import nsis from "nsis.mjs";

hljs.registerLanguage("nsis", nsis);
hljs.highlightAll();

License

Released under the BSD License.

About

highlight.js syntax definition for the NSIS language

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors