36 lines
575 B
JSON
36 lines
575 B
JSON
|
{
|
||
|
"comments": {
|
||
|
"lineComment": "#"
|
||
|
},
|
||
|
"brackets": [
|
||
|
["{", "}"],
|
||
|
["[", "]"],
|
||
|
["(", ")"]
|
||
|
],
|
||
|
"autoClosingPairs": [
|
||
|
["{", "}"],
|
||
|
["[", "]"],
|
||
|
["(", ")"],
|
||
|
["\"", "\""],
|
||
|
["'", "'"]
|
||
|
],
|
||
|
"surroundingPairs": [
|
||
|
["{", "}"],
|
||
|
["[", "]"],
|
||
|
["(", ")"],
|
||
|
["\"", "\""],
|
||
|
["'", "'"]
|
||
|
],
|
||
|
"folding": {
|
||
|
"offSide": true,
|
||
|
"markers": {
|
||
|
"start": "^\\s*#\\s*region\\b",
|
||
|
"end": "^\\s*#\\s*endregion\\b"
|
||
|
}
|
||
|
},
|
||
|
"indentationRules": {
|
||
|
"increaseIndentPattern": "^\\s*.*(:|-) ?(&\\w+)?(\\{[^}\"']*|\\([^)\"']*)?$",
|
||
|
"decreaseIndentPattern": "^\\s+\\}$"
|
||
|
}
|
||
|
}
|