Skip to content

Commit 703f1e1

Browse files
committed
docs: highlight ini in the docs
1 parent 7bc2e1d commit 703f1e1

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ For Curve:
341341

342342
To install from source, specify `build_from_source=true` in a `.npmrc` file
343343

344-
```
344+
```ini
345345
build_from_source=true
346346
```
347347

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ export class Subscriber extends Socket {
10601060
}
10611061

10621062
/**
1063-
* Establish a new message filter. Newly created {@link Subsriber} sockets
1063+
* Establish a new message filter. Newly created {@link Subscriber} sockets
10641064
* will filtered out all incoming messages. Call this method to subscribe to
10651065
* messages beginning with the given prefix.
10661066
*

typedoc.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@
1212
"examples/**/*",
1313
"build/**/*"
1414
],
15+
"highlightLanguages": [
16+
"bash",
17+
"console",
18+
"css",
19+
"html",
20+
"javascript",
21+
"json",
22+
"jsonc",
23+
"json5",
24+
"tsx",
25+
"typescript",
26+
"ini"
27+
],
1528
"cleanOutputDir": true,
1629
"pretty": false,
1730
"githubPages": true

0 commit comments

Comments
 (0)