Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanH-AT committed Jul 12, 2022
1 parent 16d6878 commit 9f70748
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

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

## [0.6.0]

**KeyValue**
- Added rudimentary highlighting to conditionals (The `[$Debug]` syntax which can enable/disable lines depending on certain engine conditions)
- Fixed multiple values breaking syntax highlighting
- Fixed bugs related to unclosed strings
- Fixed bugs related to lookahead tokenization logic

## [0.5.0]

**VMT**
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ Checklist for features that are planned or already implemented.
- [x] Error detection
- [x] Duplicate key detection
- [x] Keyvalue file auto indentation and formatting
- [x] Support for #include, #base
- [x] Support for `#include` and `#base`
- [x] Support for conditionals (e.g.: `[$Debug]`)

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

### General
- [ ] Conditionals
- [ ] Tree view
- [ ] Schema implementation
- [ ] Schema for gameinfo
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "source-engine-support",
"displayName": "Source Engine Support",
"description": "Adds support for Source Engine file types and other commands",
"version": "0.5.0",
"version": "0.6.0",
"icon": "extension-icon-256.png",
"author": {
"name": "Stefan Heinz",
Expand Down

0 comments on commit 9f70748

Please sign in to comment.