diff --git a/src/content/docs/core-concepts/embedded-languages.mdx b/src/content/docs/core-concepts/embedded-languages.mdx index 93ef939..76ee3b6 100644 --- a/src/content/docs/core-concepts/embedded-languages.mdx +++ b/src/content/docs/core-concepts/embedded-languages.mdx @@ -1,5 +1,6 @@ --- title: Embedded languages +description: VolarJS has top-notch support for embedded languages and can drastically simplify the mappings needed to get editing features working across the different parts of your files. --- A lot of programming languages used these days are composed of other programming languages. The most famous example is HTML, in which you will find JavaScript and CSS in `