CodeMirror: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 6: Line 6:


== Installation ==
== Installation ==
=== CodeMirror ===


1. Download the [https://github.com/idleberg/codemirror-nsis/releases release files] and place the JavaScript into <code>mode/file</code>
1. Download the [https://github.com/idleberg/codemirror-nsis/releases release files] and place the JavaScript into <code>mode/file</code>


2. Refer to the [http://codemirror.net/doc/ CodeMirror Manual] for build instructions
2. Refer to the [http://codemirror.net/doc/ CodeMirror Manual] for build instructions
=== Adobe Brackets ===
1. Download the [https://github.com/idleberg/codemirror-nsis/releases release files]
2. Refer to the [https://github.com/adobe/brackets/wiki/Language-Support#custom-codemirror-modes Brackets Wikil] on how to include custom modes


== License ==
== License ==

Revision as of 19:01, 19 October 2015

Description

A work-in-progress NSIS mode for CodeMirror, supporting NSIS 2.46 and 3.0b2. The pull request for inclusion into the official CodeMirror repository has been merged into the master branch, a release is pending.

CodeMirror modes can also be used with the Adobe Brackets and Light Table code editors.

Installation

1. Download the release files and place the JavaScript into mode/file

2. Refer to the CodeMirror Manual for build instructions

License

Released under The MIT License.