mirror of
https://github.com/fluencelabs/aqua-vscode
synced 2025-03-14 21:30:52 +00:00
19 lines
310 B
JSON
19 lines
310 B
JSON
|
{
|
||
|
"comments": {
|
||
|
"lineComment": "--",
|
||
|
},
|
||
|
"brackets": [
|
||
|
["[", "]"],
|
||
|
["(", ")"]
|
||
|
],
|
||
|
"autoClosingPairs": [
|
||
|
["[", "]"],
|
||
|
["(", ")"],
|
||
|
["\"", "\""],
|
||
|
],
|
||
|
"surroundingPairs": [
|
||
|
["[", "]"],
|
||
|
["(", ")"],
|
||
|
["\"", "\""],
|
||
|
]
|
||
|
}
|