Skip to content

Commit 9e200b9

Browse files
committed
Add some links in docs
1 parent 304108b commit 9e200b9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@ only used for WASM.
233233

234234
###### Parameters
235235

236-
* `grammars` (`Array<Grammar>`)
236+
* `grammars` ([`Array<Grammar>`][api-grammar])
237237
— grammars to support
238-
* `options` (`Options`, optional)
238+
* `options` ([`Options`][api-options], optional)
239239
— configuration
240240

241241
###### Returns
@@ -265,7 +265,7 @@ console.log(1)
265265
```
266266
````
267267

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

369369
###### Parameters
370370

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

374374
###### Returns

0 commit comments

Comments
 (0)