Skip to content

Commit 28547e3

Browse files
committed
📝 Reword some sentences in the supported software forges and languages
1 parent 610960b commit 28547e3

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Diff for: docs/finishing-touches/docstrings.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -35,26 +35,27 @@ This feature has been rigorously tested and is now available for all Pro plan us
3535

3636
## Supported software forges
3737

38-
The checked software forges are supported:
38+
These software forges are supported:
3939

4040
- [x] Azure DevOps
4141
- [ ] Bitbucket Cloud
4242
- [ ] Bitbucket Data Center
4343
- [x] GitHub
4444
- [x] GitLab
4545

46-
While Bitbucket is not officially supported, docstrings can still be generated but will be posted in a comment under the pull request. Full support for Bitbucket is planned.
46+
While Bitbucket is not officially supported, docstrings can still be generated. However, they will be posted in a comment under the pull request. Full support for Bitbucket is planned.
4747

4848
## Supported languages
4949

50-
The checked languages are supported:
50+
These languages are supported:
5151

5252
- [x] Bash
5353
- [x] C
54-
- [x] C++
5554
- [x] C#
55+
- [x] C++
5656
- [x] Elixir
5757
- [x] Go
58+
- [ ] Haskell
5859
- [x] Java
5960
- [x] JavaScript
6061
- [x] Kotlin
@@ -64,5 +65,8 @@ The checked languages are supported:
6465
- [x] React TypeScript
6566
- [x] Ruby
6667
- [x] Rust
68+
- [ ] Scala
6769
- [x] Swift
6870
- [x] TypeScript
71+
72+
CodeRabbit uses `ast-grep` to parse the code. If you want a new language to be supported, please look into [Add New Language to ast-grep](https://ast-grep.github.io/contributing/add-lang.html#add-new-language-to-ast-grep) first.

0 commit comments

Comments
 (0)