Atom: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
No edit summary |
(→Git) |
||
Line 32: | Line 32: | ||
Change to the Atom package directory and clone the repository: | Change to the Atom package directory and clone the repository: | ||
<code>git clone <nowiki>https://github.com/idleberg/language-nsis.git</nowiki></code> | <code>git clone <nowiki>https://github.com/idleberg/atom-language-nsis.git language-nsis</nowiki></code> | ||
== Links == | == Links == |
Revision as of 12:34, 15 September 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/atom-language-nsis.git language-nsis