mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 12:47:14 +00:00
19 lines
432 B
JSON
19 lines
432 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: '()',
|
|
*/
|
|
} |