Skip to content

Commit c2872f3

Browse files
committed
docs: switch Windows install fence to shell for syntax highlighting
The powershell language tag has no highlighter in the docs site, leaving the snippet uncolored. shell renders with the same shell-style colors as the macOS/Linux fences.
1 parent cd33268 commit c2872f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ curl -fsSL https://deno.land/install.sh | sh
5757
</deno-tab>
5858
<deno-tab value="windows" label="Windows">
5959

60-
```powershell title="pwsh"
60+
```shell title="pwsh"
6161
irm https://deno.land/install.ps1 | iex
6262
```
6363

0 commit comments

Comments
 (0)