Highlight some basic markdown elements in js/ts fenced code blocks

Fixes #63942
This commit is contained in:
Matt Bierner
2018-11-28 15:52:49 -08:00
parent 72ece3c7ee
commit 5df76d3535
3 changed files with 2481 additions and 2446 deletions

View File

@@ -77,6 +77,16 @@
"meta.import string.quoted": "other",
"variable.other.jsdoc": "other"
}
},
{
"scopeName": "documentation.markdown.injection",
"path": "./syntaxes/MarkdownDocumentationInjection.tmLanguage.json",
"injectTo": [
"source.ts",
"source.tsx",
"source.js",
"source.js.jsx"
]
}
],
"snippets": [