Skip to content

Commit 9f70748

Browse files
committed
v0.6.0
1 parent 16d6878 commit 9f70748

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ 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.6.0]
10+
11+
**KeyValue**
12+
- Added rudimentary highlighting to conditionals (The `[$Debug]` syntax which can enable/disable lines depending on certain engine conditions)
13+
- Fixed multiple values breaking syntax highlighting
14+
- Fixed bugs related to unclosed strings
15+
- Fixed bugs related to lookahead tokenization logic
16+
917
## [0.5.0]
1018

1119
**VMT**

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ Checklist for features that are planned or already implemented.
3333
- [x] Error detection
3434
- [x] Duplicate key detection
3535
- [x] Keyvalue file auto indentation and formatting
36-
- [x] Support for #include, #base
36+
- [x] Support for `#include` and `#base`
37+
- [x] Support for conditionals (e.g.: `[$Debug]`)
3738

3839
### VMT
3940
- [x] VMT highlighting
@@ -79,7 +80,6 @@ Checklist for features that are planned or already implemented.
7980
This is what is planned for this extension. In case you wish to contribute, this is a good place to start.
8081

8182
### General
82-
- [ ] Conditionals
8383
- [ ] Tree view
8484
- [ ] Schema implementation
8585
- [ ] Schema for gameinfo

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.5.0",
5+
"version": "0.6.0",
66
"icon": "extension-icon-256.png",
77
"author": {
88
"name": "Stefan Heinz",

0 commit comments

Comments
 (0)