Skip to content

Commit

Permalink
Adds language to markdown code block
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwindmill authored Dec 18, 2024
1 parent b3aef3c commit 78d4075
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/content/tools/pub/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Therefore `pub get` will delete any `pubspec.lock` and
`.dart_tool/package_config.json` located in directories between the root and
(including) any workspace package.

```
```plaintext
/
pubspec.yaml # Root
packages/
Expand All @@ -137,7 +137,8 @@ report an error and fail to resolve, as resolving such a `pubspec.yaml` would
create a `.dart_tool/package_config.json` file that shadows the one at the root.

For example:
```

```plaintext
/
pubspec.yaml # Root `workspace: ['foo/']`
packages/
Expand Down

0 comments on commit 78d4075

Please sign in to comment.