diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-07-18 13:59:52 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-07-18 13:59:52 -0400 |
commit | 9bd5ba67edca1923944486fdf2b58cd7837ffe58 (patch) | |
tree | 8d2dabfaf289c34e5bd2a2a4ff926b66adfbd97e | |
parent | a65315c0c451c9d350e9746b5524e486f81fa210 (diff) | |
download | sr.ht-docs-9bd5ba67edca1923944486fdf2b58cd7837ffe58.tar.gz |
Add Python and Rust annotators
-rw-r--r-- | git.sr.ht/annotations.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git.sr.ht/annotations.md b/git.sr.ht/annotations.md index 693d1b4..1ecac85 100644 --- a/git.sr.ht/annotations.md +++ b/git.sr.ht/annotations.md @@ -15,6 +15,8 @@ annotation generator for your project's programming language(s): - C: [annotatec](https://git.sr.ht/~sircmpwn/annotatec) - Go: [annotatego](https://git.sr.ht/~sircmpwn/annotatego) - POSIX shell: [annotatesh](https://git.sr.ht/~emersion/annotatesh) +- Python: [annotatepy](https://git.sr.ht/~ihabunek/annotatepy) +- Rust: [annotate-rust](https://git.sr.ht/~wezm/annotate-rust) If your language isn't listed here, see [writing custom annotators](#writing-custom-annotators). |