Skip to content

Commit

Permalink
Add some links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 12, 2023
1 parent 304108b commit 9e200b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,9 @@ only used for WASM.

###### Parameters

* `grammars` (`Array<Grammar>`)
* `grammars` ([`Array<Grammar>`][api-grammar])
— grammars to support
* `options` (`Options`, optional)
* `options` ([`Options`][api-options], optional)
— configuration

###### Returns
Expand Down Expand Up @@ -265,7 +265,7 @@ console.log(1)
```
````

> **Note**: languages can use the same extensions.
> 👉 **Note**: languages can use the same extensions.
> For example, `.h` is reused by many languages.
> In those cases, you will get one scope back, but it might not be the
> most popular language associated with an extension.
Expand Down Expand Up @@ -368,7 +368,7 @@ Add more grammars.

###### Parameters

* `grammars` (`Array<Grammar>`)
* `grammars` ([`Array<Grammar>`][api-grammar])
— grammars to support

###### Returns
Expand Down

0 comments on commit 9e200b9

Please sign in to comment.