Skip to content

v0.1.0 - Initial Release

Choose a tag to compare

@modrao modrao released this 15 Jul 13:41

Veldora Language Support v0.1.0

Phase 2 - Template Engine

What's New

  • Syntax highlighting for .veldora.php and .veldora files
  • Escaped output {{ }}, raw output {!! !!}, and template comments {{-- --}}
  • Core directives highlighted: @if, @foreach, @extends, @section, @yield
  • Language configuration: bracket pairing and comment toggling (Ctrl+/)
  • 7 snippets included:
Prefix Expands To
v-if @if ... @endif
v-foreach @foreach ... @endforeach
v-section @section ... @endsection
v-yield @yield('name')
v-extends @extends('layout')
v-comp <x-component> ... </x-component>
v-esc {{ $variable }}

Install

code --install-extension veldora-vscode-0.1.0.vsix

Requirements

  • VS Code ^1.60.0
  • PHP 8.2+
  • Veldora Framework (Phase 2+)