Merge pull request #653 from ahelwer:patch-1

This commit is contained in:
Andrew Hlynskyi 2023-01-02 02:31:24 +02:00
commit 3e8d029ab3

View file

@ -80,6 +80,11 @@ You can test this parser by creating a source file with the contents "hello" and
echo 'hello' > example-file
tree-sitter parse example-file
```
Alternatively, in Windows PowerShell:
```pwsh
"hello" | Out-File example-file -Encoding utf8
tree-sitter parse example-file
```
This should print the following: