Files
voideditor--void/extensions/diff/language-configuration.json
2026-07-13 12:38:42 +08:00

12 lines
135 B
JSON

{
"comments": {
"lineComment": "#",
"blockComment": [ "#", " " ]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
]
}