File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ For Curve:
341
341
342
342
To install from source, specify ` build_from_source=true ` in a ` .npmrc ` file
343
343
344
- ```
344
+ ``` ini
345
345
build_from_source =true
346
346
```
347
347
Original file line number Diff line number Diff line change @@ -1060,7 +1060,7 @@ export class Subscriber extends Socket {
1060
1060
}
1061
1061
1062
1062
/**
1063
- * Establish a new message filter. Newly created {@link Subsriber } sockets
1063
+ * Establish a new message filter. Newly created {@link Subscriber } sockets
1064
1064
* will filtered out all incoming messages. Call this method to subscribe to
1065
1065
* messages beginning with the given prefix.
1066
1066
*
Original file line number Diff line number Diff line change 12
12
" examples/**/*" ,
13
13
" build/**/*"
14
14
],
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
+ ],
15
28
"cleanOutputDir" : true ,
16
29
"pretty" : false ,
17
30
"githubPages" : true
You can’t perform that action at this time.
0 commit comments