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
- 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
Initial release of Torquescript Syntax Highlighting for VSCode
Added or
to the logical operators
Added .tscript to extentions for the 4.0 update
Fixed spacing on or
logical operator
Add Block comments - BloodKnight