Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 931 Bytes

CHANGELOG.md

File metadata and controls

28 lines (19 loc) · 931 Bytes

Changelog

[1.0.0] - 2024-10-15

Added

  • Initial release of Django CSS Templating extension
  • Automatic detection and highlighting of Django template syntax within CSS files
  • Syntax highlighting for Django template tags and variables
  • Bracket matching and auto-closing for Django template tags
  • Seamless integration with existing CSS functionality
  • Language detection for CSS files containing Django template syntax
  • Basic error diagnostics for Django template syntax in CSS files

Changed

  • Updated README with comprehensive usage instructions and examples
  • Configured extension to activate on CSS language files

Fixed

  • Resolved issues with language detection for files containing multiple Django tags

[Unreleased]

  • Planned improvements for syntax highlighting of nested Django tags
  • Considering adding IntelliSense support
  • Working on resolving edge cases in Django template syntax validation