Skip to content

Commit

Permalink
Auto-close double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
samestep committed Jan 2, 2024
1 parent 7d18dbb commit e5fbe09
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/vscode/language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
["(", ")"],
["[", "]"],
["{", "}"]
],
"autoClosingPairs": [
["(", ")"],
["[", "]"],
["{", "}"],
["\"", "\""]
]
}

0 comments on commit e5fbe09

Please sign in to comment.