Skip to content

objectivehtml/zed-markdown-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Markdown PHP

A Zed extension that adds PHP syntax highlighting inside Markdown fenced code blocks without requiring <?php tags.

Usage

Use a php fenced code block in any Markdown file:

```php
$user = User::query()->find(1);

echo $user->name;
```

Installation

Search for Markdown PHP in the Zed Extensions panel (cmd+shift+x).

About

PHP syntax highlighting in Markdown fenced code blocks without requiring <?php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors