mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-18 14:19:42 +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.