Skip to content

Commit 1ba3c14

Browse files
committed
v0.8.0
1 parent 9866fe1 commit 1ba3c14

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ 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.8.0]
10+
11+
**FXC**
12+
- Added syntax highlighting for .fxc (Shader) files based off Vscode's HLSL definition enhanced with special FXC comment syntax
13+
914
## [0.7.0]
1015

1116
**VMT**

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ Checklist for features that are planned or already implemented.
7676
### SMD
7777
- [x] .smd highlighting
7878

79+
### FXC
80+
- [x] .fxc highlighting
81+
7982
## Planned
8083
This is what is planned for this extension. In case you wish to contribute, this is a good place to start.
8184

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

0 commit comments

Comments
 (0)