A Zed extension that adds PHP syntax highlighting inside Markdown fenced code blocks without requiring <?php tags.
Use a php fenced code block in any Markdown file:
```php
$user = User::query()->find(1);
echo $user->name;
```Search for Markdown PHP in the Zed Extensions panel (cmd+shift+x).