vscode/extensions/diff/language-configuration.json
2021-11-12 10:59:52 +01:00

12 lines
135 B
JSON

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