mirror of
https://github.com/fluencelabs/aqua-vscode
synced 2025-03-15 05:40:50 +00:00
22 lines
348 B
JSON
22 lines
348 B
JSON
{
|
|
"comments": {
|
|
"lineComment": "--"
|
|
},
|
|
"brackets": [
|
|
["[", "]"],
|
|
["(", ")"]
|
|
],
|
|
"autoClosingPairs": [
|
|
["[", "]"],
|
|
["(", ")"],
|
|
["\"", "\""],
|
|
["%", "%"]
|
|
],
|
|
"surroundingPairs": [
|
|
["[", "]"],
|
|
["(", ")"],
|
|
["\"", "\""],
|
|
["%", "%"]
|
|
]
|
|
}
|