33 lines
490 B
JSON
33 lines
490 B
JSON
|
{
|
||
|
"comments": {
|
||
|
"lineComment": "%"
|
||
|
},
|
||
|
"brackets": [
|
||
|
["{", "}"],
|
||
|
["[", "]"],
|
||
|
["(", ")"]
|
||
|
],
|
||
|
"autoClosingPairs": [
|
||
|
["{", "}"],
|
||
|
["[", "]"],
|
||
|
["(", ")"],
|
||
|
["$", "$"],
|
||
|
["`", "'"]
|
||
|
],
|
||
|
"surroundingPairs": [
|
||
|
["{", "}"],
|
||
|
["[", "]"],
|
||
|
["(", ")"],
|
||
|
["\"", "\""],
|
||
|
["'", "'"],
|
||
|
["`", "'"],
|
||
|
["$", "$"]
|
||
|
],
|
||
|
"folding": {
|
||
|
"offSide": "true",
|
||
|
"markers": {
|
||
|
"start": "^\\s*%Region\\b",
|
||
|
"end": "^\\s*%Endregion\\b"
|
||
|
}
|
||
|
}
|
||
|
}
|