CodeMirror: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
Line 9: Line 9:
=== CodeMirror ===
=== CodeMirror ===


1. Download the [http://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
Line 15: Line 15:
=== Adobe Brackets ===
=== Adobe Brackets ===


1. Download the [http://github.com/idleberg/codemirror-nsis/releases release files]
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
2. Refer to the [https://github.com/adobe/brackets/wiki/Language-Support#custom-codemirror-modes Brackets Wikil] on how to include custom modes

Revision as of 22:14, 2 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

CodeMirror

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

2. Refer to the CodeMirror Manual for build instructions

Adobe Brackets

1. Download the release files

2. Refer to the Brackets Wikil on how to include custom modes

License

Released under The MIT License.