NSIS mode for CodeMirror 5
npm install codemirror-nsis


A mode for NSIS to use with CodeMirror, the versatile text editor implemented in JavaScript for the browser.
Demo Time 🙌
Use your preferred Node package manager to install the mode
``sh`
$ yarn add codemirror-nsis || npm install codemirror-nsis
Alternatively, you can clone this repository
`sh`
$ git clone https://github.com/idleberg/codemirror-nsis
Example usage on website
`html
``
Note: If you want to load CodeMirror from a CDN, make sure to specify a specific version for better performance – the example above doesn't to keep it simple.
Released under The MIT License