Also disable `` ` `` as autoclosing pair (#203487)
Fixes #192676 Not ideal but likely better than the current behavior that inserts extra backtickspull/203494/head
parent
ed6c2eca2d
commit
6e2ea0ed27
|
@ -42,10 +42,6 @@
|
||||||
"string"
|
"string"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"open": "`",
|
|
||||||
"close": "`"
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
"surroundingPairs": [
|
"surroundingPairs": [
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue