Skip to content

Commit 3e8d029

Browse files
committed
Merge pull request tree-sitter#653 from ahelwer:patch-1
2 parents c669e5e + dddbc2d commit 3e8d029

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/section-3-creating-parsers.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ You can test this parser by creating a source file with the contents "hello" and
8080
echo 'hello' > example-file
8181
tree-sitter parse example-file
8282
```
83+
Alternatively, in Windows PowerShell:
84+
```pwsh
85+
"hello" | Out-File example-file -Encoding utf8
86+
tree-sitter parse example-file
87+
```
8388

8489
This should print the following:
8590

0 commit comments

Comments
 (0)