Files
rspade_system/node_modules/@jqhtml/vscode-extension/CHANGELOG.md
root f6fac6c4bc Fix bin/publish: copy docs.dist from project root
Fix bin/publish: use correct .env path for rspade_system
Fix bin/publish script: prevent grep exit code 1 from terminating script

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-21 02:08:33 +00:00

1.2 KiB
Executable File

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.2.13 (2025-09-21)

Note: Version bump only for package @jqhtml/vscode-extension

2.1.10 (2025-09-18)

Note: Version bump only for package @jqhtml/vscode-extension

2.1.9 (2025-09-18)

Note: Version bump only for package @jqhtml/vscode-extension

Change Log

All notable changes to the JQHTML VS Code extension will be documented in this file.

[2.0.0] - 2024-12-30

Initial Release

  • Full syntax highlighting for JQHTML v2 templates
  • Support for both colon and brace control flow styles
  • Component definition highlighting with <Define:ComponentName>
  • Slot syntax highlighting with <#slotname> and let:prop support
  • Data binding syntax with :property
  • Event handler syntax with @event
  • Special attribute syntax with $attribute
  • Template expression highlighting <%= expression %>
  • Comment support with <%-- comment --%>
  • Auto-closing pairs for tags and brackets
  • Code folding for component definitions
  • Smart indentation for control structures
  • 16 code snippets for common patterns
  • Language configuration for optimal editing experience