vscode/extensions/make/language-configuration.json
2016-07-21 20:30:37 +02:00

10 lines
102 B
JSON

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