vscode/extensions/vb/vb.configuration.json
2015-12-09 11:05:40 +01:00

13 lines
205 B
JSON

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