Skip to content

Commit

Permalink
this should be a inline code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Aug 31, 2021
1 parent d11f9fd commit c520f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/posts/tree-grepper.md
Expand Up @@ -174,7 +174,7 @@ $ tree-grepper --query javascript '(_)' --format pretty-json hello.js
```

I've actually had to shorten that significantly because it's so long!
If you'd like to see some full output, check the ["all_{language}.snap" snapshot test files in the tree-grepper repo](https://github.com/BrianHicks/tree-grepper/tree/main/src/snapshots).
If you'd like to see some full output, check the [`all_{language}.snap` snapshot test files in the tree-grepper repo](https://github.com/BrianHicks/tree-grepper/tree/main/src/snapshots).

I really enjoyed writing this tool and learning more about tree-sitter, and I hope you find it useful!
You can also get the source and instructions for contributing at [github.com/BrianHicks/tree-grepper](https://github.com/BrianHicks/tree-grepper).
Expand Down

0 comments on commit c520f86

Please sign in to comment.