Phoenix Code: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Redirected page to CodeMirror)
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
#REDIRECT [[CodeMirror]]
== Description ==


NSIS syntax for [https://phcode.dev Phoenix Code] (formerly [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
[[Category:Syntax_Highlighting]]
[[Category:Development Environments]]
[[Category:Development Environments]]

Latest revision as of 22:17, 28 June 2026

Description

NSIS syntax for Phoenix Code (formerly 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