Atom language support for BridleNSIS, including grammar, snippets and build system
- Install package
apm install language-bridlensis
(or use the GUI)
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
This package automatically installs third-party packages it depends on. You can prevent this by disabling the Manage Dependencies option in the package settings.
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.
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"
Should you already use the build package, you can install the build-bridlensis provider to build your code.
This work is dual-licensed under The MIT License and the GNU General Public License, version 2.0