Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bajrangcoder/zed-laravel-blade

Larvel Blade templating language support for Zed
https://github.com/bajrangcoder/zed-laravel-blade

Last synced: about 15 hours ago
JSON representation

Larvel Blade templating language support for Zed

Awesome Lists containing this project

README

        

# zed-laravel-blade

Laravel Blade templating language support for [Zed](https://zed.dev).

![Blade](https://github.com/bajrangCoder/zed-larvel-blade/assets/71929976/00e82b26-f852-4fa8-a63e-dcf26e26b7a0)

> [!Important]
> Add this in your zed setting to automatically select Blade mode for `.blade.php` files instead of Php.
> ```json
> "file_types": {
> "Blade": ["*.blade.php"]
> }
> ```

## Grammar

- [tree-sitter-blade](https://github.com/EmranMR/tree-sitter-blade)