https://github.com/budgielang/vscode-gls-colorizer
Visual Studio Code extension that adds language support and syntax colorization to .gls files.
https://github.com/budgielang/vscode-gls-colorizer
Last synced: 3 months ago
JSON representation
Visual Studio Code extension that adds language support and syntax colorization to .gls files.
- Host: GitHub
- URL: https://github.com/budgielang/vscode-gls-colorizer
- Owner: budgielang
- Created: 2016-11-17T01:46:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T12:51:31.000Z (about 8 years ago)
- Last Synced: 2025-02-03T14:15:21.040Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visual Studio Code GLS Colorizer
General Language Syntax language support for Visual Studio Code.
Adds syntax colorization for .gls files.## Features
The GLS Colorizer distinguishes all commands, command info, quotations and brackets with their own color.

## Running/Testing
In order to run/test/fiddle with the GLS Colorizer:
* Clone this repository
* Open the repository folder in Visual Studio Code
* Press ```F5``` to run developer mode for the extension
* Create a new file with the ```.gls``` extension
* Modify the .tmLanguage file to change the Colorizer
* Code in GLS!