From c520f8674e6a2eed93900bc157d89c4ca5a8bc59 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Tue, 31 Aug 2021 09:08:08 -0500 Subject: [PATCH] this should be a inline code snippet --- content/posts/tree-grepper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/tree-grepper.md b/content/posts/tree-grepper.md index 2f81364..6ffb30c 100644 --- a/content/posts/tree-grepper.md +++ b/content/posts/tree-grepper.md @@ -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).