Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.05 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.05 KB

Torquescript Syntax Highlighting for VSCode

Adds syntax highlighting and snippets to TorqueScript files in VSCode.

Originally converted from the TorqueScript TextMate bundle and improved upon by qoh for Atom then ported to VSCode by zfbx

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