mirror of
https://github.com/voideditor/void
synced 2026-05-23 01:18:25 +00:00
12 lines
135 B
JSON
12 lines
135 B
JSON
|
|
{
|
||
|
|
"comments": {
|
||
|
|
"lineComment": "#",
|
||
|
|
"blockComment": [ "#", " " ]
|
||
|
|
},
|
||
|
|
"brackets": [
|
||
|
|
["{", "}"],
|
||
|
|
["[", "]"],
|
||
|
|
["(", ")"]
|
||
|
|
]
|
||
|
|
}
|