File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
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.5.0]
10
+
11
+ ** VMT**
12
+ - Added auto completion for texture paths
13
+
14
+ ** SMD**
15
+ - Added basic SMD file syntax highlighting
16
+
9
17
## [ 0.4.0]
10
18
11
19
** KeyValue**
Original file line number Diff line number Diff line change @@ -72,6 +72,9 @@ Checklist for features that are planned or already implemented.
72
72
### Soundscripts
73
73
- [x] Soundscript snippets
74
74
75
+ ### SMD
76
+ - [x] .smd highlighting
77
+
75
78
## Planned
76
79
This is what is planned for this extension. In case you wish to contribute, this is a good place to start.
77
80
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.4 .0" ,
5
+ "version" : " 0.5 .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