mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
67560d3192
And use HLSL grammar to highlight CG blocks in ShaderLab shaders.
23 lines
No EOL
305 B
JSON
23 lines
No EOL
305 B
JSON
{
|
|
"comments": {
|
|
"lineComment": "//",
|
|
"blockComment": [ "/*", "*/" ]
|
|
},
|
|
"brackets": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"]
|
|
],
|
|
"autoClosingPairs": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"],
|
|
["\"", "\""]
|
|
],
|
|
"surroundingPairs": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"],
|
|
["\"", "\""]
|
|
]
|
|
} |