You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,22 @@
1
-
# `highlightjs-huff`
1
+
# `prismjs-huff`
2
2
3
-
Huff syntax highlighting for [highlight.js](https://highlightjs.org/).
3
+
[Huff](https://huff.sh/) syntax highlighting for [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter#readme).
4
+
5
+
Huff is a low level assembly language for the EVM. See [documatation](https://docs.huff.sh/)
4
6
5
7
## Installation
6
8
7
9
```bash
8
-
npm install highlightjs-huff
10
+
npm install prismjs-huff
9
11
```
10
12
11
-
> Please note that this package requires `highlight.js` as a peer dependency.
0 commit comments