From 7e5819ef5d3156761a9fb0e0e975ecefb1965331 Mon Sep 17 00:00:00 2001 From: Alex Liu Date: Wed, 14 Feb 2024 17:55:02 +0800 Subject: [PATCH] docs: update `highlight.langs` defaults (#2559) --- src/module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module.ts b/src/module.ts index 743df1dbf..3e1d628a2 100644 --- a/src/module.ts +++ b/src/module.ts @@ -177,7 +177,7 @@ export interface ModuleOptions { * * Unlike the `preload` option, when this option is provided, it will override the default languages. * - * @default ['js','ts','vue','css','html','vue','shell'] + * @default ['js','jsx','json','ts','tsx','vue','css','html','vue','bash','md','mdc','yaml'] */ langs?: (ShikiLang | LanguageRegistration)[]