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": [
|
"surroundingPairs": [
|
||||||
["(", ")"],
|
["(", ")"],
|
||||||
["[", "]"],
|
["[", "]"],
|
||||||
["`", "`"]
|
["`", "`"],
|
||||||
|
["_", "_"],
|
||||||
|
["*", "*"]
|
||||||
],
|
],
|
||||||
"folding": {
|
"folding": {
|
||||||
"offSide": true,
|
"offSide": true,
|
||||||
|
|
Loading…
Reference in New Issue