mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
Implement HLSL syntax highlighting
And use HLSL grammar to highlight CG blocks in ShaderLab shaders.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"contributes": {
|
||||
"languages": [{
|
||||
"id": "shaderlab",
|
||||
"extensions": [".shader", ".cginc"],
|
||||
"extensions": [".shader"],
|
||||
"aliases": ["ShaderLab", "shaderlab"],
|
||||
"configuration": "./language-configuration.json"
|
||||
}],
|
||||
|
||||
Reference in New Issue
Block a user