Skip to content

Commit c5d42dd

Browse files
committed
v0.4.0
1 parent 1260ba5 commit c5d42dd

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
The versions in this file adhere to [semantic versioning](https://semver.org/).
88

9+
## [0.4.0]
10+
11+
**KeyValue**
12+
- Added keyvalue tokenization performance profiling. Can be optionally enabled in the settings
13+
- Fixed major issues with tokenization that made language features break frequently. This will make language features much more reliable in all keyvalue files and its decendents
14+
- Fixed syntax highlighting for negative numbers
15+
16+
**VMT**
17+
- Improved support for color value detection and added brace syntax (`{255 0 30}`)
18+
- Fixed issues with matrix value detection
19+
- Fixed `$fogcolor`'s default completion value
20+
21+
**QC**
22+
- Added more snippets for QC values (Thanks LoveRenamon!)
23+
- Added syntax highlighting for macros (variables) e.g: `$body $bodyname$` (Thanks LoveRenamon!)
24+
925
## [0.3.8]
1026

1127
**FGD**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "source-engine-support",
33
"displayName": "Source Engine Support",
44
"description": "Adds support for Source Engine file types and other commands",
5-
"version": "0.3.8",
5+
"version": "0.4.0",
66
"icon": "extension-icon-256.png",
77
"author": {
88
"name": "Stefan Heinz",

0 commit comments

Comments
 (0)