Skip to content

Commit 95108f0

Browse files
fix(docs): use 'just' language identifier for syntax highlighting
Change code block language identifier from 'justfile' to 'just' to match the registered grammar name in just.tmLanguage.json. This resolves the warning about language not being found during build.
1 parent e9a7a65 commit 95108f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/content/docs/guides/template-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ matrix:
232232
233233
Update filter patterns:
234234
235-
```justfile
235+
```just
236236
# Before
237237
bun run --filter '@typescript-nix-template/docs' dev
238238

0 commit comments

Comments
 (0)