All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.22 (2024-03-01)
- Closing style tags on the same line cause syntax highlight issues (#40) (69ddaf0)
- non-function import expression syntax highlighting (#39) (e33c522)
- struct method syntax highlighting (b961f34)
- Syntax issue when closing a script on the same line (#35) (36b2da7)
0.0.21 (2024-02-27)
- Add restart command
0.0.20 (2024-02-18)
- Resolve single line import expression syntax highlighting, fixes #508 in #29
- Refactor import-expression syntax regex matching, fixes #524 in #30
- Refactor if/else-if statement syntax regex matching, fixes #524 in #31
- Add syntax highlighting for style/script tags, fixes #489 in #32
- Add syntax highlighting support for HTML attribute conditional statements, fixes #533 in #33
0.0.19 (2024-01-19)
0.0.18 (2024-01-04)
0.0.14 (2023-09-09)
0.0.13 (2023-09-09)
- ensure go expressions are highlighted as Go code, not strings (98024f3)
0.0.12 (2023-08-20)
0.0.11 (2023-08-20)
- bump semver (58ecfe1)
0.0.10 (2023-08-20)
- add highlighting for else if (614822d)
All notable changes to the "templ" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Initial release