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

https://github.com/zfbx/torquescript

TorqueScript Syntax highlighting and snippets for VSCode
https://github.com/zfbx/torquescript

Last synced: 4 months ago
JSON representation

TorqueScript Syntax highlighting and snippets for VSCode

Awesome Lists containing this project

README

          

# Torquescript Syntax Highlighting for VSCode

Adds syntax highlighting and snippets to TorqueScript files in VSCode.

Originally [converted](http://atom.io/docs/latest-converting-a-text-mate-bundle) from the [TorqueScript TextMate bundle](http://mysterycoconut.com/tsmate/) and improved upon by [qoh](https://github.com/qoh/language-torquescript) for Atom then ported to VSCode by [zfbx](https://github.com/zfbx/vscode-torquescript)

## Features

* Adds syntax highlighting for .cs and .tscript files (TorqueScript)
* Adds syntax highlighting for .gui files (Torque3D UI)
* Adds syntax highlighting for Torque's .mis files (Torque3D Mission)
* Adds common snippets for creating functions, if, while, for, switch, case statements and objects

## Extension Settings

## Known Issues

## Change Log / Release Notes

### 1.0.0

Initial release of Torquescript Syntax Highlighting for VSCode

### 1.0.1

Added `or` to the logical operators

### 1.0.2

Added .tscript to extentions for the 4.0 update
Fixed spacing on `or` logical operator

### 1.0.3

Add Block comments - BloodKnight