mu/editor/VSCode/language-configuration.json

11 lines
139 B
JSON

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