Atom: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(remove brackets) |
No edit summary |
||
Line 1: | Line 1: | ||
== Description == | == Description == | ||
An all around NSIS language package for GitHub's new [http://atom.io/ Atom] editor | An all around NSIS language package for GitHub's new [http://atom.io/ Atom] editor | ||
=== Grammar === | |||
Syntax highlighting of all commands in NSIS versions 2.46 & 3.0b1 and their included plug-ins | |||
=== Completions === | |||
Tab-completions for syntax, useful snippets for quick scaffolding | |||
https://raw.githubusercontent.com/idleberg/atom-language-nsis/master/screenshot.gif | https://raw.githubusercontent.com/idleberg/atom-language-nsis/master/screenshot.gif | ||
=== Extension Packages === | |||
You can further extend [http://atom.io/packages/search?utf8=%E2%9C%93&q=keyword:nsis #nsis] support in Atom. | |||
* [http://atom.io/packages/nsis-plugins 3rd party plug-ins] | * [http://atom.io/packages/nsis-plugins 3rd party plug-ins] |
Revision as of 00:26, 25 July 2015
Description
An all around NSIS language package for GitHub's new Atom editor
Grammar
Syntax highlighting of all commands in NSIS versions 2.46 & 3.0b1 and their included plug-ins
Completions
Tab-completions for syntax, useful snippets for quick scaffolding
Extension Packages
You can further extend #nsis support in Atom.
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