## 6.5.2 (2025-10-23) ### Bug fixes Use the new @codemirror/lang-jinja package for Jinja code. Recognize more extensions for XQuery. ## 6.5.1 (2024-04-15) ### Bug fixes Properly specify the dependency on @codemirror/legacy-modes version 6.4. ## 6.5.0 (2024-04-07) ### Bug fixes Use the new full Go language mode for Go code. ### New features Include data for legacy Pug mode. ## 6.4.1 (2024-02-09) ### Bug fixes Include .mts and .cts as TypeScript file extensions. ## 6.4.0 (2024-01-22) ### Bug fixes Include .kts as an extension for Kotlin. Use @codemirror/lang-yaml instead of the legacy mode for YAML content. ### New features Add an entry for Liquid templates. ## 6.3.1 (2023-05-01) ### Bug fixes Use @codemirror/lang-less for Less files. ## 6.3.0 (2023-04-20) ### New features Use the @codemirror/lang-sass package for .sass and .scss files. ## 6.2.1 (2023-04-16) ### Bug fixes Associate Gemfile and Rakefile files with Ruby. ## 6.2.0 (2023-03-28) ### New features Include support for Vue. Include support for Angular templates. ## 6.1.0 (2022-06-17) ### New features Add a `LanguageDescription` for Sass. ## 6.0.0 (2022-06-08) ### Breaking changes Update dependencies to 6.0.0 ## 0.20.0 (2022-04-20) ### Breaking changes Update dependencies to 0.20.0 ## 0.19.2 (2022-02-15) ## 0.19.1 (2021-10-19) ### New features Support Lezer-based PHP and WAST modes. ## 0.19.0 (2021-08-11) ### Breaking changes Update dependencies to 0.19.0 ## 0.18.0 (2021-03-03) ### Breaking changes Update dependencies to 0.18. ## 0.17.2 (2021-01-07) ### Bug fixes Properly mark dependencies on the packages that are dynamically imported in package.json. ## 0.17.1 (2021-01-06) ### New features The package now also exports a CommonJS module. ## 0.17.0 (2020-12-29) ### Breaking changes First numbered release.