提交 700ee37a 编写于 作者: N Nikolas 提交者: Matt Bierner

Add underscores and asterisks to surrounding pairs (#55054)

Same reasons as [here](https://github.com/silvenon/vscode-mdx/pull/6#issue-203819440)
上级 edc6b2ac
......@@ -36,7 +36,9 @@
"surroundingPairs": [
["(", ")"],
["[", "]"],
["`", "`"]
["`", "`"],
["_", "_"],
["*", "*"]
],
"folding": {
"offSide": true,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册