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
parent
edc6b2acdd
commit
700ee37a24
|
@ -36,7 +36,9 @@
|
|||
"surroundingPairs": [
|
||||
["(", ")"],
|
||||
["[", "]"],
|
||||
["`", "`"]
|
||||
["`", "`"],
|
||||
["_", "_"],
|
||||
["*", "*"]
|
||||
],
|
||||
"folding": {
|
||||
"offSide": true,
|
||||
|
|
Loading…
Reference in New Issue