Skip to content

Commit

Permalink
fix: don't auto close single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhl authored and jnoortheen committed Dec 10, 2021
1 parent b84ff9a commit c912fc8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,6 @@
"open": "(",
"close": ")"
},
{
"open": "'",
"close": "'",
"notIn": [
"string",
"comment"
]
},
{
"open": "\"",
"close": "\"",
Expand Down

0 comments on commit c912fc8

Please sign in to comment.