mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 08:45:56 +01:00
3b7e1c668a
Currently `@example` produces Markdown code blocks for code examples, but they are not annotated with a programming language. This commit annotates those code blocks as `typescript`, allowing for better highlighting for JS/TS when using Markdown renderers that recognize these languages.