aqua-vscode/language-configuration.json
2021-05-25 12:57:56 +03:00

19 lines
310 B
JSON

{
"comments": {
"lineComment": "--",
},
"brackets": [
["[", "]"],
["(", ")"]
],
"autoClosingPairs": [
["[", "]"],
["(", ")"],
["\"", "\""],
],
"surroundingPairs": [
["[", "]"],
["(", ")"],
["\"", "\""],
]
}