aqua-vscode/language-configuration.json
2022-05-17 15:06:52 +03:00

22 lines
348 B
JSON

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