From 9bd5ba67edca1923944486fdf2b58cd7837ffe58 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 18 Jul 2019 13:59:52 -0400 Subject: Add Python and Rust annotators --- git.sr.ht/annotations.md | 2 ++ 1 file changed, 2 insertions(+) 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). -- cgit