void/extensions/diff/language-configuration.json
2024-09-10 19:37:36 -07:00

11 lines
135 B
JSON

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