An open API service indexing awesome lists of open source software.

https://github.com/karb0f0s/vscode-vbscript

VBScript language support for VSCode
https://github.com/karb0f0s/vscode-vbscript

vbscript vscode-language vscode-snippets

Last synced: 3 months ago
JSON representation

VBScript language support for VSCode

Awesome Lists containing this project

README

        

# VBScript Language

This package provide syntax highlighting, basic code snippets and auto indentation rules.

## Features

- Syntax highlighting for VBScript
- Snippets
- Auto Indentation Rules

## Requirements

- Your version of Visual Studio Code needs to be at least at 1.14 for this extension to work, because of the auto-indentation rules this update introduced.

## Change log

See Change Log [here](https://github.com/karb0f0s/vscode-vbscript/blob/master/CHANGELOG.md).

## Issues

Submit the [issues](https://github.com/karb0f0s/vscode-vbscript/issues) if you find any bug or have any suggestion.

## Contribution

Fork plugin [repo](https://github.com/karb0f0s/vscode-vbscript/tree/master) and submit pull requests.

## License

Distributed under MIT license.

## Thanks

This package is built on top of this plugins:

- [VBScript](https://marketplace.visualstudio.com/items?itemName=Darfka.vbscript) by Darfka
- [language-vbscript](https://atom.io/packages/language-vbscript) by reekers