mirror of
https://github.com/Microsoft/vscode
synced 2024-10-31 01:12:58 +00:00
30 lines
No EOL
398 B
JSON
30 lines
No EOL
398 B
JSON
{
|
|
"comments": {
|
|
"lineComment": "'"
|
|
},
|
|
"brackets": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"],
|
|
["<", ">"]
|
|
],
|
|
"autoClosingPairs": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"],
|
|
["\"", "\""]
|
|
],
|
|
"surroundingPairs": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"],
|
|
["\"", "\""],
|
|
["<", ">"]
|
|
],
|
|
"folding": {
|
|
"markers": {
|
|
"start": "^\\s*#Region\\b",
|
|
"end": "^\\s*#End Region\\b"
|
|
}
|
|
}
|
|
} |