https://github.com/capjamesg/visionscript-vscode-highlight
A TextMate Grammar (tmGrammar) for use with VisionScript.
https://github.com/capjamesg/visionscript-vscode-highlight
programming-language textmate-grammar visionscript
Last synced: 10 months ago
JSON representation
A TextMate Grammar (tmGrammar) for use with VisionScript.
- Host: GitHub
- URL: https://github.com/capjamesg/visionscript-vscode-highlight
- Owner: capjamesg
- License: mit
- Created: 2023-08-17T22:03:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-19T07:51:42.000Z (over 2 years ago)
- Last Synced: 2025-03-28T19:16:41.264Z (10 months ago)
- Topics: programming-language, textmate-grammar, visionscript
- Language: JavaScript
- Homepage: https://visionscript.dev/vscode/
- Size: 964 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

# VisionScript Syntax Highlighting
This repository contains the official VisionScript syntax highlighting and code assistant extension for use in Visual Studio Code.
This extension will:
1. Provide colour highlighting for VisionScript keywords, functions, and variables.
2. Show documentation for a method when you hover over it with your cursor.
2. Show code signatures for methods.
## Installation
To install the extension:
1. Visit the [VisionScript extension page](https://marketplace.visualstudio.com/items?itemName=VisionScript.visionscript) on the Visual Studio Code Marketplace.
2. Click "Install"
## License
The source code in this repository is licensed under an [MIT license](LICENSE).