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

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.

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.

![GLS Colorizer Example](screenshots/example.png)

## 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!