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

https://github.com/steelydylan/prism-diff-highlight


https://github.com/steelydylan/prism-diff-highlight

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# @steelydylan/prism-diff-highlight

#### Enable plugin

```js
import Prism from "prism"
import enableDiffHighlight from "@steelydylan/prism-diff-highlight"

enableDiffHighlight()
```