Adobe Brackets: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Redirected page to CodeMirror)
 
No edit summary
Line 1: Line 1:
#REDIRECT [[CodeMirror]]
== Description ==


[[Category:Development Environments]]
NSIS syntax for [http://brackets.io Adobe Brackets], based upon the [[CodeMirror]] mode.
 
== Installation ==
 
=== Extension Manager===
 
1. Open the Extension Manager <code>File > Extension Manager</code>
 
2. Search for “NSIS”
 
3. Click on the install button
 
=== GitHub===
 
1. Change to the [https://github.com/adobe/brackets/wiki/Extension-Locations user extensions] directory
 
2. Clone repository <code>git clone <nowiki>https://github.com/idleberg/brackets-nsis-mode</nowiki> idleberg.nsis-mode</code>
 
== License ==
 
Released under [http://opensource.org/licenses/MIT The MIT License].
 
== Links ==
 
* [https://github.com/idleberg/brackets-nsis-mode Brackets NSIS Mode] on GitHub

Revision as of 07:01, 21 October 2015

Description

NSIS syntax for Adobe Brackets, based upon the CodeMirror mode.

Installation

Extension Manager

1. Open the Extension Manager File > Extension Manager

2. Search for “NSIS”

3. Click on the install button

GitHub

1. Change to the user extensions directory

2. Clone repository git clone https://github.com/idleberg/brackets-nsis-mode idleberg.nsis-mode

License

Released under The MIT License.

Links