CodeMirror: Difference between revisions

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


== Installation ==
== Installation ==
=== 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 [http://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 [http://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:54, 29 September 2015

Description

A work-in-progress NSIS mode for CodeMirror, supporting NSIS 2.46 and 3.0b2. A pull request for inclusion into the official CodeMirror repostory 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.