feat: add support for additional surrounding pairs for markdown (#119982) (#121698)

pull/121769/head
Mike Lee 2021-04-20 15:19:33 -04:00 committed by GitHub
parent ac48f78dd6
commit efe612365f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -38,7 +38,10 @@
["[", "]"],
["`", "`"],
["_", "_"],
["*", "*"]
["*", "*"],
["{", "}"],
["'", "'"],
["\"", "\""]
],
"folding": {
"offSide": true,