Skip to content

Commit

Permalink
fix: auto close at end of string
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhl authored and jnoortheen committed Dec 10, 2021
1 parent aab9cef commit ae0c981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
]
}
],
"autoCloseBefore": ";:.,=}])>` \n\t",
"autoCloseBefore": ";:.,=}])>` \n\t\"",
// symbols that can be used to surround a selection
"surroundingPairs": [
[
Expand Down Expand Up @@ -94,4 +94,4 @@
"end": "^\\s*//\\s*#?endregion\\b"
}
}
}
}

0 comments on commit ae0c981

Please sign in to comment.