Releases: Crackshell/sublime-text
Releases · Crackshell/sublime-text
1.0.9
- Added log file syntax.
- Fixed anonymous functions not pushing to code scope.
- Fixed comments in if statement expressions not working.
1.0.8
- Added
minimap_text
to unit files.
- Fixed broken scopes with interface properties.
1.0.7
- Added .lvl and .pfb extensions to sval syntax.
- Fixed missing keyword scope on handle assignment in namespace.
1.0.6
- Added syntax for
.lang
files.
- Added syntax for
.fnt
files.
- Added scopes to numbers and constants for metadata attributes.
1.0.5
- Added syntax for
.effect
files
- Allow pre-processor in unit file tag attributes
- Fixed wrong scopes on
<data>
tag in unit files
1.0.4
- Fixed function parameters with reference character on right hand side
1.0.3
- Fixed word keywords not being bound checked (
if (isOre)
would incorrectly highlight is
as a keyword)
- Fixed assignment in parenthesis not receiving an expression scope (
(x) = y
would break highlighting)
- Fixed missing
meta.function
scope on function definition name
1.0.2
- Fixes
<svals>
not being a valid tag in .sval files
1.0.1
- Added support for interfaces in AngelScript.
- Fixed missing
meta.tag.xml
scope in <behavior>
tag in unit files.