mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-22 18:55:56 +00:00
14 lines
355 B
JSON
14 lines
355 B
JSON
{
|
|
"comments": {
|
|
"lineComment": "#",
|
|
},
|
|
"autoClosingPairs": [
|
|
{ "open": "{", "close": "}" },
|
|
{ "open": "[", "close": "]" },
|
|
{ "open": "(", "close": ")" },
|
|
{ "open": "'", "close": "'", "notIn": ["string", "comment"] },
|
|
{ "open": "\"", "close": "\"", "notIn": ["string"] },
|
|
{ "open": "`", "close": "`", "notIn": ["string", "comment"] }
|
|
]
|
|
}
|