mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
13 lines
211 B
JSON
13 lines
211 B
JSON
{
|
|
"comments": {
|
|
"lineComment": "#",
|
|
"blockComment": [ "'''", "'''" ]
|
|
},
|
|
"brackets": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"]
|
|
]
|
|
|
|
// enhancedBrackets: [ { open: /.*:\s*$/, closeComplete: 'else:' } ],
|
|
} |