Skip to content

Commit 1a79e7e

Browse files
authored
1 parent 963f49d commit 1a79e7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

extensions/markdown-language-features/src/markdownEngine.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,9 @@ async function getMarkdownOptions(md: () => MarkdownIt): Promise<MarkdownIt.Opti
412412

413413
function normalizeHighlightLang(lang: string | undefined) {
414414
switch (lang && lang.toLowerCase()) {
415+
case 'shell':
416+
return 'sh';
417+
415418
case 'py3':
416419
return 'python';
417420

0 commit comments

Comments
 (0)