26 lines
347 B
JSON
26 lines
347 B
JSON
|
{
|
||
|
"comments": {
|
||
|
"lineComment": ";"
|
||
|
},
|
||
|
"brackets": [
|
||
|
["{", "}"],
|
||
|
["[", "]"],
|
||
|
["(", ")"]
|
||
|
],
|
||
|
"autoClosingPairs": [
|
||
|
["{", "}"],
|
||
|
["[", "]"],
|
||
|
["(", ")"],
|
||
|
{ "open": "\"", "close": "\"", "notIn": ["string"] }
|
||
|
],
|
||
|
"surroundingPairs": [
|
||
|
["{", "}"],
|
||
|
["[", "]"],
|
||
|
["(", ")"],
|
||
|
["\"", "\""]
|
||
|
],
|
||
|
"folding": {
|
||
|
"offSide": true
|
||
|
}
|
||
|
}
|