Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit 2a5c9a6

Browse files
authored
docs: readme add syntax highlighting (#32)
1 parent 44027a3 commit 2a5c9a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This will be used to traverse unknown nodes.
6060

6161
For example:
6262

63-
```
63+
```js
6464
const node = {
6565
type: "AssignmentExpression",
6666
left: { type: "Identifier", name: "foo" },
@@ -80,7 +80,7 @@ Make the union set with `evk.KEYS` and the given keys.
8080

8181
For example:
8282

83-
```
83+
```js
8484
console.log(evk.unionWith({
8585
MethodDefinition: ["decorators"]
8686
})) // → { ..., MethodDefinition: ["decorators", "key", "value"], ... }

0 commit comments

Comments
 (0)