Skip to content

Commit 76ff195

Browse files
committed
docs(markdown): specify language for fenced code blocks to satisfy markdownlint (MD040)
1 parent 8b4039c commit 76ff195

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/builtins.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Batch file metadata lookup.
5252

5353
Synopsis:
5454

55-
```
55+
```zsh
5656
zppathstat [-L] [-f fields] path...
5757
```
5858

@@ -81,7 +81,7 @@ Fast directory listing.
8181

8282
Synopsis:
8383

84-
```
84+
```zsh
8585
zpdirlist [-a] [-d|-f] array dir
8686
```
8787

@@ -99,7 +99,7 @@ Fast file reader into scalar or array.
9999

100100
Synopsis:
101101

102-
```
102+
```zsh
103103
zpreadfile [-m] [-d delim|-0] var file
104104
```
105105

0 commit comments

Comments
 (0)