33 lines
562 B
JSON
33 lines
562 B
JSON
|
{
|
||
|
"comments": {
|
||
|
"lineComment": "#"
|
||
|
},
|
||
|
"brackets": [
|
||
|
["{", "}"],
|
||
|
["[", "]"],
|
||
|
["(", ")"]
|
||
|
],
|
||
|
"autoClosingPairs": [
|
||
|
["{", "}"],
|
||
|
["[", "]"],
|
||
|
["(", ")"],
|
||
|
{ "open": "\"", "close": "\"", "notIn": ["string"] },
|
||
|
{ "open": "'", "close": "'", "notIn": ["string"] },
|
||
|
{ "open": "`", "close": "`", "notIn": ["string"] }
|
||
|
],
|
||
|
"surroundingPairs": [
|
||
|
["{", "}"],
|
||
|
["[", "]"],
|
||
|
["(", ")"],
|
||
|
["\"", "\""],
|
||
|
["'", "'"],
|
||
|
["`", "`"]
|
||
|
],
|
||
|
"folding": {
|
||
|
"markers": {
|
||
|
"start": "^\\s*#\\s*#?region\\b.*",
|
||
|
"end": "^\\s*#\\s*#?endregion\\b.*"
|
||
|
}
|
||
|
}
|
||
|
}
|