Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 473 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 473 Bytes

zed-laravel-blade

Laravel Blade templating language support for Zed.

Blade

Important

Add this in your zed setting to automatically select Blade mode for .blade.php files instead of Php.

"file_types": {
  "Blade": ["*.blade.php"]
}

Grammar