v0.3.1 - Syntax Highlighting Fix
What's Fixed
- .veldora.php files now have full syntax highlighting (was showing as plain text)
- Added filenamePatterns so VS Code correctly detects multi-part extensions
- Upgraded tmLanguage grammar: PHP blocks are now properly embedded with real PHP coloring
- Fixed embeddedLanguages scopes for PHP IntelliSense inside templates
- @Directives split into control-flow and closing groups for accurate colorization
How to Update
Download veldora-vscode-0.3.1.vsix below and run:
code --install-extension veldora-vscode-0.3.1.vsix
Then Reload Window (Ctrl+Shift+P -> Reload Window).