2017-02-08 12:06:04 +00:00
|
|
|
{
|
|
|
|
"comments": {
|
|
|
|
"lineComment": "//",
|
|
|
|
"blockComment": ["/*", "*/"]
|
|
|
|
},
|
|
|
|
"brackets": [
|
|
|
|
["{", "}"],
|
|
|
|
["[", "]"],
|
|
|
|
["(", ")"]
|
|
|
|
],
|
|
|
|
"autoClosingPairs": [
|
|
|
|
["{", "}"],
|
|
|
|
["[", "]"],
|
|
|
|
["(", ")"],
|
|
|
|
{ "open": "'", "close": "'", "notIn": ["string", "comment"] },
|
|
|
|
{ "open": "\"", "close": "\"", "notIn": ["string", "comment"] },
|
|
|
|
{ "open": "/*", "close": " */", "notIn": ["string"] }
|
|
|
|
],
|
|
|
|
"surroundingPairs": [
|
|
|
|
["{", "}"],
|
|
|
|
["[", "]"],
|
|
|
|
["(", ")"],
|
|
|
|
["<", ">"],
|
|
|
|
["'", "'"],
|
|
|
|
["\"", "\""]
|
2017-09-22 11:49:41 +00:00
|
|
|
],
|
|
|
|
"folding": {
|
|
|
|
"markers": {
|
2017-10-12 14:55:08 +00:00
|
|
|
"start": "^\\s*#region\\b",
|
|
|
|
"end": "^\\s*#endregion\\b"
|
2017-09-22 11:49:41 +00:00
|
|
|
}
|
|
|
|
}
|
2017-02-08 12:06:04 +00:00
|
|
|
}
|