vscode/extensions/diff/language-configuration.json

11 lines
137 B
JSON
Raw Normal View History

{
"comments": {
"lineComment": "//",
"blockComment": [ "/*", "*/" ]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
]
}