File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments