Skip to content
This repository has been archived by the owner on Aug 21, 2021. It is now read-only.

Atom language support for BridleNSIS, including grammar, snippets and build system

Notifications You must be signed in to change notification settings

idleberg/atom-language-bridlensis

Repository files navigation

atom-language-bridlensis

apm apm apm CI David

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