aqua-vscode/language-configuration.json

21 lines
348 B
JSON

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