This repository was archived by the owner on Apr 15, 2026. It is now read-only.
6.3.0
### Bug fixes Parse type=text/babel script tags as JSX. ### New features The new `nestedLanguages` option can be used to configure how the content of script, style, and textarea tags is parsed. The content of style attributes will now be parsed as CSS, and the content of on[event] attributes as JavaScript. The new `nestedAttributes` option can be used to configure the parsing of other attribute values.