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
- Host: GitHub
- URL: https://github.com/karb0f0s/vscode-vbscript
- Owner: karb0f0s
- License: mit
- Created: 2018-04-18T12:24:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T04:48:39.000Z (over 4 years ago)
- Last Synced: 2025-01-21T23:11:21.528Z (5 months ago)
- Topics: vbscript, vscode-language, vscode-snippets
- Size: 65.4 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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