Files
vscode/extensions/gitsyntax/diff.language-configuration.json
2017-12-13 16:21:12 +01:00

11 lines
134 B
JSON

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