Atom: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(add screenshot, link further NSIS packages) |
(rephrase) |
||
Line 1: | Line 1: | ||
== Description == | == Description == | ||
[http://atom.io/ Atom] | An all around NSIS language package for GitHub's new [http://atom.io/ Atom] editor, adding syntax highlighting, snippets and command completion for NSIS versions 2.46 / 3.0b1, and all included plug-ins. | ||
https://raw.githubusercontent.com/idleberg/atom-language-nsis/master/screenshot.gif | https://raw.githubusercontent.com/idleberg/atom-language-nsis/master/screenshot.gif | ||
Further | Further [http://atom.io/packages/search?utf8=%E2%9C%93&q=keyword:nsis #nsis] packages include: | ||
* [http://atom.io/packages/nsis-plugins 3rd party plug-ins] | * [http://atom.io/packages/nsis-plugins 3rd party plug-ins] | ||
* [http://atom.io/packages/language-nlf | * [http://atom.io/packages/language-nlf NSIS Language Files (.nlf)] | ||
* [http://atom.io/packages/language-nsl nsL Assembler] | * [http://atom.io/packages/language-nsl nsL Assembler] ([http://sourceforge.net/projects/nslassembler/ what's that?]) | ||
== Installation == | == Installation == |
Revision as of 00:18, 25 July 2015
Description
An all around NSIS language package for GitHub's new Atom editor, adding syntax highlighting, snippets and command completion for NSIS versions 2.46 / 3.0b1, and all included plug-ins.
Further #nsis packages include:
Installation
Atom Package Manager (apm)
Install package from apm install language-nsis
(or use the GUI)
Git
Change to the Atom package directory and clone the repository:
git clone https://github.com/idleberg/language-nsis.git