Atom language support for BridleNSIS, including grammar, snippets and build system
This package consumes the following services:
atom-language-bridlensis
Atom language support for BridleNSIS, including grammar, snippets and build system
Installation
apm
- Install package
apm install language-bridlensis
(or use the GUI)
Using Git
Change to your Atom packages directory:
# Windows
$ cd %USERPROFILE%\.atom\packages
# Linux & macOS
$ cd ~/.atom/packages/
Clone repository as language-bridlensis
:
$ git clone https://github.com/idleberg/atom-language-bridlensis language-bridlensis
Package Dependencies
This package automatically installs third-party packages it depends on. You can prevent this by disabling the Manage Dependencies option in the package settings.
Usage
To avoid interference with vanilla NSIS, consider using the file-extensions .bridle-nsis
and .bridle-nsh
. Alternatively, you can set the syntax to “BridleNSIS” (source.nsis.bridle
) manually.
Building
As of recently, this package contains a rudimentary build system to transpile BridleNSIS code. To do so, select BridleNSIS: Save & Transpile” from the command-palette or use the keyboard shortcut.
Make sure to specify the path for BridleNSIS.jar
in your Atom configuration.
Example:
"language-bridlensis":
pathToJar: "%PROGRAMFILES(X86)%\\BridleNSIS\\BridleNSIS-0.4.1.jar"
Third-party packages
Should you already use the build package, you can install the build-bridlensis provider to build your code.
License
This work is dual-licensed under The MIT License and the GNU General Public License, version 2.0