mirror of
https://github.com/voideditor/void
synced 2026-05-23 09:28:23 +00:00
26 lines
348 B
JSON
26 lines
348 B
JSON
|
|
{
|
||
|
|
"comments": {
|
||
|
|
"lineComment": ";;"
|
||
|
|
},
|
||
|
|
"brackets": [
|
||
|
|
["{", "}"],
|
||
|
|
["[", "]"],
|
||
|
|
["(", ")"]
|
||
|
|
],
|
||
|
|
"autoClosingPairs": [
|
||
|
|
["{", "}"],
|
||
|
|
["[", "]"],
|
||
|
|
["(", ")"],
|
||
|
|
{ "open": "\"", "close": "\"", "notIn": ["string"] }
|
||
|
|
],
|
||
|
|
"surroundingPairs": [
|
||
|
|
["{", "}"],
|
||
|
|
["[", "]"],
|
||
|
|
["(", ")"],
|
||
|
|
["\"", "\""]
|
||
|
|
],
|
||
|
|
"folding": {
|
||
|
|
"offSide": true
|
||
|
|
}
|
||
|
|
}
|