Change8

astro-vscode@2.16.13

📦 astroView on GitHub →
1 features🐛 2 fixes

Summary

This patch release improves template scoping for .astro files and resolves bugs related to attribute completions and syntax highlighting within expressions.

✨ New Features

  • Astro file templates are now scoped specifically to .astro file extensions.

🐛 Bug Fixes

  • Fixed an issue where completions sometimes failed to work inside the href attribute.
  • Fixed syntax highlighting for script and style tags when they appear inside expressions (like ternaries or logical operators).