mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
25 lines
357 B
JSON
25 lines
357 B
JSON
|
|
{
|
||
|
|
"comments": {
|
||
|
|
"lineComment": "#",
|
||
|
|
"blockComment": [ "#", " " ]
|
||
|
|
},
|
||
|
|
"brackets": [
|
||
|
|
["{", "}"],
|
||
|
|
["[", "]"],
|
||
|
|
["(", ")"]
|
||
|
|
],
|
||
|
|
"autoClosingPairs": [
|
||
|
|
["{", "}"],
|
||
|
|
["[", "]"],
|
||
|
|
["(", ")"],
|
||
|
|
{ "open": "\"", "close": "\"", "notIn": ["string"] }
|
||
|
|
],
|
||
|
|
"surroundingPairs": [
|
||
|
|
["{", "}"],
|
||
|
|
["[", "]"],
|
||
|
|
["(", ")"],
|
||
|
|
["\"", "\""],
|
||
|
|
["'", "'"]
|
||
|
|
]
|
||
|
|
}
|