Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bajrangcoder/zed-laravel-blade
- Owner: bajrangCoder
- Created: 2024-04-28T16:23:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T04:32:05.000Z (3 months ago)
- Last Synced: 2024-08-25T05:31:58.755Z (3 months ago)
- Language: Scheme
- Size: 5.86 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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)