mirror of
https://github.com/fluencelabs/aqua-vscode
synced 2025-04-24 16:12:14 +00:00
24 lines
388 B
JSON
24 lines
388 B
JSON
{
|
|
"comments": {
|
|
"lineComment": "--"
|
|
},
|
|
"brackets": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"]
|
|
],
|
|
"autoClosingPairs": [
|
|
["{", "}"],
|
|
["[", "]"],
|
|
["(", ")"],
|
|
["\"", "\""],
|
|
["%", "%"]
|
|
],
|
|
"surroundingPairs": [
|
|
["[", "]"],
|
|
["(", ")"],
|
|
["\"", "\""],
|
|
["%", "%"]
|
|
]
|
|
}
|