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

docs: readme: add syntax highlighting #32

Merged
merged 1 commit into from
Nov 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ This will be used to traverse unknown nodes.

For example:

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

For example:

```
```js
console.log(evk.unionWith({
MethodDefinition: ["decorators"]
})) // → { ..., MethodDefinition: ["decorators", "key", "value"], ... }
Expand Down