Skip to content

v0.3.1 - Syntax Highlighting Fix

Choose a tag to compare

@modrao modrao released this 15 Jul 14:14

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).

What's included

  • .veldora.php and .veldora full PHP + HTML + Veldora directive highlighting
  • @if, @foreach, @extends, @section, @yield, @csrf and 20+ other directives
  • {{ }}, {!! !!}, {{-- --}} expressions with PHP coloring
  • x-component tag support
  • 40+ code snippets (v-if, v-foreach, vc-button, etc.)