Add underscores and asterisks to surrounding pairs (#55054)

Same reasons as [here](https://github.com/silvenon/vscode-mdx/pull/6#issue-203819440)
pull/55200/head
Nikolas 2018-07-26 02:31:04 +02:00 committed by Matt Bierner
parent edc6b2acdd
commit 700ee37a24
1 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,9 @@
"surroundingPairs": [ "surroundingPairs": [
["(", ")"], ["(", ")"],
["[", "]"], ["[", "]"],
["`", "`"] ["`", "`"],
["_", "_"],
["*", "*"]
], ],
"folding": { "folding": {
"offSide": true, "offSide": true,