astro-vscode@2.16.17

withastro/astroastro-vscode@2.16.17Jul 1, 2026by astrobot-houston

AI Summary

A patch release for the VS Code extension that resolves syntax highlighting errors specifically related to CSS `@property` at-rules and style block closing tags.

Key Highlights

  • Fixed syntax highlighting for CSS @property at-rules
  • Fixed recognition of style closing tags
  • Improved CSS content parsing

Full Release Notes

### Patch Changes

-   [#17254](https://github.com/withastro/astro/pull/17254) [`2cffae1`](https://github.com/withastro/astro/commit/2cffae14fcdd4fca649eae1a9d82a1863c8991bd) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Fixes syntax highlighting breaking when using CSS `@property` at-rules inside `<style>` blocks. The `</style>` closing tag and all subsequent blocks are now correctly recognized regardless of CSS content.