Releases: StefanH-AT/Source-Engine-VSCode-Extension
Releases · StefanH-AT/Source-Engine-VSCode-Extension
0.12.1
FGD
- Several bug fixes for syntax highlighting
0.12.0
0.11.0
General
- Added automatic Keyvalue file detection. This is disabled by default but can be enabled in the settings. This will automatically detect keyvalue files and apply the correct language mode to them. This is useful for files like
gameinfo.txtorgame_sounds_whatever.txtwhich are not detected by the extension automatically.
0.10.3
FGD
- Fixed syntax highlighting for HammerAddons unified FGD tags as reported by Luke18033
0.10.2
General
- Fixed negative numbers not being highlighted correctly in keyvalue files
0.10.1
Captions
- Improved syntax highlighting for
<I>and<B>tags
0.10.0
0.8.1
FXC
- Apply syntax highlighting to
_fxc.hfiles so vscode doesn't open the shader code as a C++ file
0.8.0
FXC
- Added syntax highlighting for .fxc (Shader) files based off Vscode's HLSL definition enhanced with special FXC comment syntax
0.7.0
VMT
- Added parameters related to decals like
$decal - Added
$translucent 1to decal snippet
QC
- Added
$attachmentsnippet