File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ reviews:
33
33
review_status : true
34
34
collapse_walkthrough : false
35
35
path_filters :
36
- - " !**/.xml"
36
+ - " !**/* .xml"
37
37
path_instructions :
38
38
- path : " **/*.js"
39
39
instructions :
Original file line number Diff line number Diff line change @@ -47,6 +47,13 @@ reviews:
47
47
48
48
## Abstract Syntax Tree (AST) based instructions {#ast-based}
49
49
50
+ CodeRabbit offers review instructions based on Abstract Syntax Tree (AST)
51
+ patterns. Under the hood, CodeRabbit uses
52
+ [` ast-grep`](https://ast-grep.github.io) to power this feature. `ast-grep` is
53
+ written in Rust and uses the tree-sitter parser to generate the AST for popular
54
+ languages. `ast-grep` is written and maintained by
55
+ [Herrington Darkholme](https://twitter.com/hd_nvim).
56
+
50
57
:::note
51
58
52
59
The additional context provided by this feature is only available during the
You can’t perform that action at this time.
0 commit comments