Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477e459 commit 7570459Copy full SHA for 7570459
docs/guides/review-instructions.md
@@ -48,6 +48,14 @@ written in Rust and uses the tree-sitter parser to generate the AST for popular
48
languages. `ast-grep` is written and maintained by
49
[Herrington Darkholme](https://twitter.com/hd_nvim).
50
51
+:::tip
52
+
53
+`ast-grep` Playground is quite effective in designing and testing AST rules on
54
+source code snippets. You can access the playground
55
+[here](https://ast-grep.github.io/playground.html).
56
57
+:::
58
59
:::note
60
61
**Deep dive into AST patterns and `ast-grep` rules**
0 commit comments