mirror of
https://github.com/Microsoft/vscode
synced 2024-10-31 11:34:45 +00:00
28 lines
398 B
JSON
28 lines
398 B
JSON
{
|
|
"comments": {
|
|
"lineComment": "REM"
|
|
},
|
|
"brackets": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"]
|
|
],
|
|
"autoClosingPairs": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"],
|
|
["\"", "\""]
|
|
],
|
|
"surroundingPairs": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"],
|
|
["\"", "\""]
|
|
],
|
|
"folding": {
|
|
"markers": {
|
|
"start": "^\\s*(::\\s*|REM\\s+)#region",
|
|
"end": "^\\s*(::\\s*|REM\\s+)#endregion"
|
|
}
|
|
}
|
|
}
|