# No HTML language available highlight.js has HTML as one of its supported language but for some reason svelte-highlight doesn't have an import available for the language. ## Reproductible demo ```svelte <script> import { html} from "svelte-highlight/src/languages"; </script> ``` ^ Won't work