Fixes #57593: Revert markdown grammar and markdown related theme changes to the previous stable version

This commit is contained in:
Alex Dima
2018-08-30 17:44:43 +02:00
parent 9d3307317e
commit d1a9e7f2b2
4 changed files with 102 additions and 206 deletions

View File

@@ -141,13 +141,13 @@
}
},
{
"scope": "punctuation.definition.quote.begin.markdown",
"scope": "beginning.punctuation.definition.quote.markdown",
"settings": {
"foreground": "#6A9955"
}
},
{
"scope": "punctuation.definition.list.begin.markdown",
"scope": "beginning.punctuation.definition.list.markdown",
"settings": {
"foreground": "#6796e6"
}