Skip to content

Commit

Permalink
docs: update highlight.langs defaults (#2559)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini-ghost committed Feb 14, 2024
1 parent 716424d commit 7e5819e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)[]

Expand Down

0 comments on commit 7e5819e

Please sign in to comment.