so... jai :D
This commit is contained in:
22
editors/vscode/language-configuration.json
Normal file
22
editors/vscode/language-configuration.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"comments": {
|
||||
"lineComment": "//"
|
||||
},
|
||||
"brackets": [
|
||||
["(", ")"]
|
||||
],
|
||||
"autoClosingPairs": [
|
||||
{ "open": "{", "close": "}" },
|
||||
{ "open": "(", "close": ")" },
|
||||
{ "open": "\"", "close": "\"", "notIn": ["string"] }
|
||||
],
|
||||
"surroundingPairs": [
|
||||
{ "open": "{", "close": "}" },
|
||||
{ "open": "(", "close": ")" },
|
||||
{ "open": "\"", "close": "\"" }
|
||||
],
|
||||
"indentationRules": {
|
||||
"increaseIndentPattern": "\\{\\s*$",
|
||||
"decreaseIndentPattern": "^\\s*\\}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user