2020-12-12 00:31:00 +00:00
|
|
|
{
|
|
|
|
"comments": {
|
|
|
|
"lineComment": "//",
|
|
|
|
"blockComment": [ "/*", "*/" ]
|
|
|
|
},
|
|
|
|
"brackets": [
|
|
|
|
["{", "}"],
|
|
|
|
["[", "]"],
|
|
|
|
["(", ")"],
|
|
|
|
["<", ">"]
|
|
|
|
],
|
|
|
|
"autoClosingPairs": [
|
|
|
|
{ "open": "{", "close": "}" },
|
|
|
|
{ "open": "[", "close": "]" },
|
|
|
|
{ "open": "(", "close": ")" },
|
|
|
|
{ "open": "\"", "close": "\"", "notIn": ["string"] },
|
|
|
|
{ "open": "/*", "close": " */" }
|
|
|
|
],
|
|
|
|
"autoCloseBefore": ";:.,=}])> \n\t",
|
|
|
|
"surroundingPairs": [
|
|
|
|
["{", "}"],
|
|
|
|
["[", "]"],
|
|
|
|
["(", ")"],
|
|
|
|
["<", ">"],
|
|
|
|
["\"", "\""],
|
2021-04-22 19:57:30 +00:00
|
|
|
["'", "'"],
|
|
|
|
["|", "|"]
|
2020-12-12 00:31:00 +00:00
|
|
|
],
|
|
|
|
"indentationRules": {
|
|
|
|
"increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$",
|
|
|
|
"decreaseIndentPattern": "^\\s*(\\s*\\/[*].*[*]\\/\\s*)*[})]"
|
|
|
|
},
|
|
|
|
"folding": {
|
|
|
|
"markers": {
|
|
|
|
"start": "^\\s*//\\s*#?region\\b",
|
|
|
|
"end": "^\\s*//\\s*#?endregion\\b"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|