Skip to content

Commit

Permalink
Update language-configuration.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TextC0de authored Jun 1, 2020
1 parent ff3c18a commit ecbdff9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
],
// symbols that are auto closed when typing
"autoClosingPairs": [
{ "open": "Entonces", "close": "FinSi" },
{ "open": "{", "close": "}" },
{ "open": "[", "close": "]" },
{ "open": "(", "close": ")" },
Expand All @@ -30,4 +29,4 @@
["\"", "\""],
["'", "'"]
]
}
}

0 comments on commit ecbdff9

Please sign in to comment.