Skip to content

Commit af032cd

Browse files
committed
v1.8.1
1 parent b925bce commit af032cd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## v1.8.1
4+
- Update to Slang v2023.5.4.
5+
- Add support for Source Engine shader files.
6+
37
## v1.8.0
48
- Update to Slang v2023.5.3.
59

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Slang",
44
"description": "Extension for the Slang Shading Language",
55
"publisher": "shader-slang",
6-
"version": "1.8.0",
6+
"version": "1.8.1",
77
"icon": "icon.png",
88
"engines": {
99
"vscode": "^1.67.0"
@@ -47,7 +47,9 @@
4747
".slangh",
4848
".hlsl",
4949
".usf",
50-
".ush"
50+
".ush",
51+
".vfx",
52+
".fxc"
5153
],
5254
"configuration": "./language-configuration.json"
5355
}

0 commit comments

Comments
 (0)