first commit
This commit is contained in:
20
language-configuration.json
Normal file
20
language-configuration.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"comments": {
|
||||
"lineComment": ";"
|
||||
},
|
||||
"brackets": [
|
||||
["(", ")"],
|
||||
["[", "]"],
|
||||
["{", "}"]
|
||||
],
|
||||
"autoClosingPairs": [
|
||||
{ "open": "(", "close": ")" },
|
||||
{ "open": "[", "close": "]" },
|
||||
{ "open": "{", "close": "}" }
|
||||
],
|
||||
"surroundingPairs": [
|
||||
{ "open": "(", "close": ")" },
|
||||
{ "open": "[", "close": "]" },
|
||||
{ "open": "{", "close": "}" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user