Skip to content

Commit 10c3c72

Browse files
committed
updated description and change log
1 parent bd7d66b commit 10c3c72

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@
1212
### Added
1313
- .tscript file extention
1414
### Changed
15-
- logical operator `or` requires spaces around it now
15+
- logical operator `or` requires spaces around it now
16+
17+
## 1.0.3
18+
### Added
19+
- Add block comments

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ Originally [converted](http://atom.io/docs/latest-converting-a-text-mate-bundle)
66

77
## Features
88

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

14-
1514
## Extension Settings
1615

1716
## Known Issues
@@ -30,3 +29,7 @@ Added `or` to the logical operators
3029

3130
Added .tscript to extentions for the 4.0 update
3231
Fixed spacing on `or` logical operator
32+
33+
### 1.0.3
34+
35+
Add Block comments - BloodKnight

0 commit comments

Comments
 (0)