https://github.com/steelydylan/prism-diff-highlight
https://github.com/steelydylan/prism-diff-highlight
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/steelydylan/prism-diff-highlight
- Owner: steelydylan
- Created: 2021-01-23T05:39:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-24T07:39:12.000Z (over 5 years ago)
- Last Synced: 2025-05-10T01:45:07.329Z (about 1 year ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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()
```