From 9e200b9b85b4ad2ca4d5c8c3d3cdbd257c4a6106 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 12 Dec 2023 13:55:51 +0100 Subject: [PATCH] Add some links in docs --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 3dc53cf..065dee7 100644 --- a/readme.md +++ b/readme.md @@ -233,9 +233,9 @@ only used for WASM. ###### Parameters -* `grammars` (`Array`) +* `grammars` ([`Array`][api-grammar]) — grammars to support -* `options` (`Options`, optional) +* `options` ([`Options`][api-options], optional) — configuration ###### Returns @@ -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. @@ -368,7 +368,7 @@ Add more grammars. ###### Parameters -* `grammars` (`Array`) +* `grammars` ([`Array`][api-grammar]) — grammars to support ###### Returns