https://github.com/idleberg/vscode-bridlensis
Language syntax, IntelliSense and build system for BridleNSIS
https://github.com/idleberg/vscode-bridlensis
build-tool intellisense language-syntax nsis transpiler visual-studio-code visual-studio-code-extension
Last synced: 8 months ago
JSON representation
Language syntax, IntelliSense and build system for BridleNSIS
- Host: GitHub
- URL: https://github.com/idleberg/vscode-bridlensis
- Owner: idleberg
- Created: 2020-03-29T21:34:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-31T23:41:46.000Z (almost 5 years ago)
- Last Synced: 2025-09-18T12:58:49.769Z (9 months ago)
- Topics: build-tool, intellisense, language-syntax, nsis, transpiler, visual-studio-code, visual-studio-code-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=idleberg.bridlensis
- Size: 1.34 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
⚠️ **This package was once part of [vscode-nsis](https://github.com/idleberg/vscode-nsis), but has been outsourced to prepare its deprecation**
# BridleNSIS for Visual Studio Code
[](http://opensource.org/licenses/MIT)
[](http://www.gnu.org/licenses/gpl-2.0.html)
[](https://github.com/idleberg/vscode-bridlensis/releases)
[](https://marketplace.visualstudio.com/items?itemName=idleberg.bridlensis)
[](https://circleci.com/gh/idleberg/vscode-bridlensis)
[](https://david-dm.org/idleberg/vscode-bridlensis)
Language syntax, IntelliSense and build system for [BridleNSIS](https://github.com/henrikor2/bridlensis).
## Installation
### Extension Marketplace
Launch Quick Open, paste the following command, and press Enter
`ext install bridlensis`
### Packaged Extension
Download the package extension from the the [release page](https://github.com/idleberg/vscode-bridlensis/releases) and install it from the command-line:
```bash
$ code --install-extension bridlensis-*.vsix
```
Alternatively, you can download the packaged extension from the [Open VSX Registry](https://open-vsx.org/) or install it using the [`ovsx`](https://www.npmjs.com/package/ovsx) command-line tool:
```bash
$ ovsx get idleberg.bridlensis
```
### Clone Repository
Change to your Visual Studio Code extensions directory:
```powershell
# Windows Powershell
cd $Env:USERPROFILES\.vscode\extensions
# Windows Command Prompt
$ cd %USERPROFILE%\.vscode\extensions
```
```bash
# Linux & macOS
$ cd ~/.vscode/extensions/
```
Clone repository as `bridlensis`:
```bash
$ git clone https://github.com/idleberg/vscode-bridlensis bridlensis
```
## License
This work is dual-licensed under [The MIT License](https://opensource.org/licenses/MIT) and the [GNU General Public License, version 2.0](https://opensource.org/licenses/GPL-2.0)