2015-11-13 21:39:38 +08:00
|
|
|
{
|
|
|
|
"comments": {
|
|
|
|
"lineComment": "#"
|
|
|
|
},
|
|
|
|
"brackets": [
|
|
|
|
["{", "}"],
|
|
|
|
["[", "]"],
|
|
|
|
["(", ")"]
|
2016-04-22 04:26:35 +08:00
|
|
|
],
|
|
|
|
"autoClosingPairs": [
|
|
|
|
["{", "}"],
|
|
|
|
["[", "]"],
|
|
|
|
["(", ")"],
|
|
|
|
["\"", "\""],
|
|
|
|
["'", "'"]
|
|
|
|
],
|
|
|
|
"surroundingPairs": [
|
|
|
|
["{", "}"],
|
|
|
|
["[", "]"],
|
|
|
|
["(", ")"],
|
|
|
|
["\"", "\""],
|
|
|
|
["'", "'"]
|
2017-09-20 15:34:33 +08:00
|
|
|
],
|
|
|
|
"folding": {
|
2018-04-12 16:23:12 +08:00
|
|
|
"offSide": true,
|
2018-04-12 16:22:28 +08:00
|
|
|
"markers": {
|
|
|
|
"start": "^\\s*#\\s*region\\b",
|
|
|
|
"end": "^\\s*#\\s*endregion\\b"
|
|
|
|
}
|
2018-01-10 13:52:03 +08:00
|
|
|
},
|
|
|
|
"indentationRules": {
|
|
|
|
"increaseIndentPattern": "^\\s*.*(:|-) ?(&\\w+)?(\\{[^}\"']*|\\([^)\"']*)?$",
|
|
|
|
"decreaseIndentPattern": "^\\s+\\}$"
|
2017-09-20 15:34:33 +08:00
|
|
|
}
|
2018-01-10 13:52:03 +08:00
|
|
|
}
|