2020-12-11 18:31:00 -06:00
|
|
|
{
|
|
|
|
"comments": {
|
|
|
|
"lineComment": "//",
|
|
|
|
"blockComment": ["/*", "*/"]
|
|
|
|
},
|
|
|
|
"brackets": [
|
|
|
|
["{", "}"],
|
|
|
|
["[", "]"],
|
2022-04-20 09:43:24 -05:00
|
|
|
["(", ")"]
|
2020-12-11 18:31:00 -06:00
|
|
|
],
|
2021-09-08 23:25:38 -05:00
|
|
|
"colorizedBracketPairs": [
|
|
|
|
["{", "}"],
|
|
|
|
["[", "]"],
|
|
|
|
["(", ")"]
|
|
|
|
],
|
2020-12-11 18:31:00 -06:00
|
|
|
"autoClosingPairs": [
|
|
|
|
{ "open": "{", "close": "}" },
|
|
|
|
{ "open": "[", "close": "]" },
|
|
|
|
{ "open": "(", "close": ")" },
|
|
|
|
{ "open": "\"", "close": "\"", "notIn": ["string"] },
|
|
|
|
{ "open": "/*", "close": " */" }
|
|
|
|
],
|
|
|
|
"autoCloseBefore": ";:.,=}])> \n\t",
|
|
|
|
"surroundingPairs": [
|
|
|
|
["{", "}"],
|
|
|
|
["[", "]"],
|
|
|
|
["(", ")"],
|
|
|
|
["<", ">"],
|
|
|
|
["\"", "\""],
|
2022-01-17 14:08:39 -06:00
|
|
|
["'", "'"]
|
2020-12-11 18:31:00 -06:00
|
|
|
],
|
|
|
|
"indentationRules": {
|
|
|
|
"increaseIndentPattern": "^.*\\{[^}\"']*$|^.*\\([^\\)\"']*$",
|
|
|
|
"decreaseIndentPattern": "^\\s*(\\s*\\/[*].*[*]\\/\\s*)*[})]"
|
|
|
|
},
|
|
|
|
"folding": {
|
|
|
|
"markers": {
|
|
|
|
"start": "^\\s*//\\s*#?region\\b",
|
|
|
|
"end": "^\\s*//\\s*#?endregion\\b"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|