mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
18 lines
443 B
JSON
18 lines
443 B
JSON
{
|
|
"comments": {
|
|
"lineComment": "--",
|
|
"blockComment": [ "/*", "*/" ]
|
|
},
|
|
"brackets": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"]
|
|
]
|
|
|
|
// enhancedBrackets:[
|
|
// { openTrigger: 'n', open: /begin$/i, closeComplete: 'end', matchCase: true },
|
|
// { openTrigger: 'e', open: /case$/i, closeComplete: 'end', matchCase: true },
|
|
// { openTrigger: 'n', open: /when$/i, closeComplete: 'then', matchCase: true }
|
|
// ],
|
|
// noindentBrackets: '()',
|
|
} |