Skip to content

Commit

Permalink
fix: missing syntax highlighting on workspace page (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister authored Nov 4, 2024
1 parent 66fc5b9 commit 0f58cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/fundamentals/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ imports the `add` and `subtract` functions from the workspace members. Note that
it imports them using `@scope/add` and `@scope/subtract`, even though these are
not proper URLs and aren't in the import map. How are they resolved?

```js, title="main.ts"
```ts title="main.ts"
import chalk from "chalk";
import { add } from "@scope/add";
import { subtract } from "@scope/subtract";
Expand Down

0 comments on commit 0f58cc4

Please sign in to comment.