mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
28 lines
483 B
JSON
28 lines
483 B
JSON
|
|
{
|
||
|
|
"comments": {
|
||
|
|
"lineComment": "#"
|
||
|
|
},
|
||
|
|
"brackets": [
|
||
|
|
["{", "}"],
|
||
|
|
["[", "]"],
|
||
|
|
["(", ")"]
|
||
|
|
],
|
||
|
|
"autoClosingPairs": [
|
||
|
|
["{", "}"],
|
||
|
|
["[", "]"],
|
||
|
|
["(", ")"],
|
||
|
|
["`", "`"],
|
||
|
|
{ "open": "\"", "close": "\"", "notIn": ["string"] },
|
||
|
|
{ "open": "'", "close": "'", "notIn": ["string", "comment"] },
|
||
|
|
{ "open": "%", "close": "%", "notIn": ["string", "comment"] }
|
||
|
|
],
|
||
|
|
"surroundingPairs": [
|
||
|
|
["{", "}"],
|
||
|
|
["[", "]"],
|
||
|
|
["(", ")"],
|
||
|
|
["`", "`"],
|
||
|
|
["\"", "\""],
|
||
|
|
["'", "'"]
|
||
|
|
]
|
||
|
|
}
|