Skip to content

Commit b312286

Browse files
committed
v0.5.0
1 parent 964c002 commit b312286

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
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.5.0]
10+
11+
**VMT**
12+
- Added auto completion for texture paths
13+
14+
**SMD**
15+
- Added basic SMD file syntax highlighting
16+
917
## [0.4.0]
1018

1119
**KeyValue**

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ Checklist for features that are planned or already implemented.
7272
### Soundscripts
7373
- [x] Soundscript snippets
7474

75+
### SMD
76+
- [x] .smd highlighting
77+
7578
## Planned
7679
This is what is planned for this extension. In case you wish to contribute, this is a good place to start.
7780

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

0 commit comments

Comments
 (0)