mu/editor/VSCode/language-configuration.json

11 lines
139 B
JSON
Raw Normal View History

{
"comments": {
2021-11-09 14:35:53 +00:00
"lineComment": "#"
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
]
2021-11-09 14:35:53 +00:00
}