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, adding syntax highlighting, snippets and command completion for NSIS versions 2.46 / 3.0b1, and all included plug-ins.
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


Further [http://atom.io/packages/search?utf8=%E2%9C%93&q=keyword:nsis #nsis] packages include:
=== 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

screenshot.gif

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

Links