Update language-configuration.json
continuous-integration/drone/push Build is passing Details

This commit is contained in:
CismonX 2021-04-21 17:29:53 +08:00
parent 19e34d8ed6
commit 165bf9f583
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
1 changed files with 4 additions and 6 deletions

View File

@ -7,22 +7,20 @@
*/ */
{ {
"comments": { "comments": {
"lineComment": "@c" "lineComment": "@c",
}, },
"brackets": [ "brackets": [
["{", "}"], ["{", "}"],
["[", "]"],
["(", ")"]
], ],
"autoClosingPairs": [ "autoClosingPairs": [
["{", "}"], ["{", "}"],
["[", "]"], ["[", "]"],
["(", ")"] ["(", ")"],
], ],
"surroundingPairs": [ "surroundingPairs": [
["{", "}"], ["{", "}"],
["[", "]"], ["[", "]"],
["(", ")"], ["(", ")"],
["`", "'"] ["`", "'"],
] ],
} }