29 lines
390 B
JSON
29 lines
390 B
JSON
|
{
|
||
|
"comments": {
|
||
|
"lineComment": "%"
|
||
|
},
|
||
|
"brackets": [
|
||
|
["{", "}"],
|
||
|
["[", "]"],
|
||
|
["(", ")"]
|
||
|
],
|
||
|
"autoClosingPairs": [
|
||
|
["{", "}"],
|
||
|
["[", "]"],
|
||
|
["(", ")"],
|
||
|
["$", "$"],
|
||
|
["`", "'"]
|
||
|
],
|
||
|
"surroundingPairs": [
|
||
|
["{", "}"],
|
||
|
["[", "]"],
|
||
|
["(", ")"],
|
||
|
["\"", "\""],
|
||
|
["'", "'"],
|
||
|
["`", "'"],
|
||
|
["$", "$"]
|
||
|
],
|
||
|
"folding": {
|
||
|
"offSide": "true"
|
||
|
}
|
||
|
}
|