Files
vscode/extensions/vb/vb.configuration.json
Erich Gamma 8f35cc4768 Hello Code
2015-11-13 14:39:38 +01:00

14 lines
239 B
JSON

{
"comments": {
"lineComment": "'",
"blockComment": [ "/*", "*/" ]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"],
["<", ">"]
]
// autoClosingPairs: [ ['{', '}'], ['[', ']'], ['(', ')'], ['"', '"'], ['<', '>'], ],
}