mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
23 lines
305 B
JSON
23 lines
305 B
JSON
|
|
{
|
||
|
|
"comments": {
|
||
|
|
"lineComment": "//",
|
||
|
|
"blockComment": [ "/*", "*/" ]
|
||
|
|
},
|
||
|
|
"brackets": [
|
||
|
|
["{", "}"],
|
||
|
|
["[", "]"],
|
||
|
|
["(", ")"]
|
||
|
|
],
|
||
|
|
"autoClosingPairs": [
|
||
|
|
["{", "}"],
|
||
|
|
["[", "]"],
|
||
|
|
["(", ")"],
|
||
|
|
["\"", "\""]
|
||
|
|
],
|
||
|
|
"surroundingPairs": [
|
||
|
|
["{", "}"],
|
||
|
|
["[", "]"],
|
||
|
|
["(", ")"],
|
||
|
|
["\"", "\""]
|
||
|
|
]
|
||
|
|
}
|