Remove ` as autoclosing pair in markdown

Having ` as an autoclosing pair makes typing fenced code blocks annoying

https://github.com/Microsoft/vscode/pull/28172#issuecomment-306944985
This commit is contained in:
Matt Bierner 2017-06-07 15:40:04 -07:00
parent 9ad78cf0c7
commit 25458491eb

View file

@ -31,13 +31,6 @@
"notIn": [
"string"
]
},
{
"open": "`",
"close": "`",
"notIn": [
"string"
]
}
],
"surroundingPairs": [