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

This commit is contained in:
Mike Lee
2021-04-20 15:19:33 -04:00
committed by GitHub
parent ac48f78dd6
commit efe612365f

View File

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