diff --git a/src/lib/plugins/rehype-code.ts b/src/lib/plugins/rehype-code.ts index fe5964559..48d371787 100644 --- a/src/lib/plugins/rehype-code.ts +++ b/src/lib/plugins/rehype-code.ts @@ -101,6 +101,12 @@ const getHighlighter: RehypeCodeOptions['getHighlighter'] = async (options) => { scopeName: 'source.sway', path: `${pathFolder}/sway.tmLanguage.json`, }, + { + id: 'html', + name: "html", + scopeName: "text.html.basic", + path: `${pathFolder}/html.tmLanguage.json`, + }, ], });