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
- Host: GitHub
- URL: https://github.com/zfbx/torquescript
- Owner: zfbx
- License: mit
- Created: 2019-06-20T01:15:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-23T11:56:13.000Z (over 3 years ago)
- Last Synced: 2025-01-17T22:44:41.472Z (over 1 year ago)
- Language: Batchfile
- Homepage: https://marketplace.visualstudio.com/items?itemName=Torque3D.torquescript
- Size: 38.1 KB
- Stars: 6
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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