File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
6
7
7
The versions in this file adhere to [ semantic versioning] ( https://semver.org/ ) .
8
8
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
+
9
17
## [ 0.5.0]
10
18
11
19
** VMT**
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ Checklist for features that are planned or already implemented.
33
33
- [x] Error detection
34
34
- [x] Duplicate key detection
35
35
- [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] ` )
37
38
38
39
### VMT
39
40
- [x] VMT highlighting
@@ -79,7 +80,6 @@ Checklist for features that are planned or already implemented.
79
80
This is what is planned for this extension. In case you wish to contribute, this is a good place to start.
80
81
81
82
### General
82
- - [ ] Conditionals
83
83
- [ ] Tree view
84
84
- [ ] Schema implementation
85
85
- [ ] Schema for gameinfo
Original file line number Diff line number Diff line change 2
2
"name" : " source-engine-support" ,
3
3
"displayName" : " Source Engine Support" ,
4
4
"description" : " Adds support for Source Engine file types and other commands" ,
5
- "version" : " 0.5 .0" ,
5
+ "version" : " 0.6 .0" ,
6
6
"icon" : " extension-icon-256.png" ,
7
7
"author" : {
8
8
"name" : " Stefan Heinz" ,
You can’t perform that action at this time.
0 commit comments