v0.1.0 - Initial Release
Veldora Language Support v0.1.0
Phase 2 - Template Engine
What's New
- Syntax highlighting for
.veldora.phpand.veldorafiles - 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.vsixRequirements
- VS Code ^1.60.0
- PHP 8.2+
- Veldora Framework (Phase 2+)