From f7e8b32032eb7cd36899e935f536d075f24b3840 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 7 Jul 2019 18:24:14 -0400 Subject: Add annotatego to annotations docs --- git.sr.ht/annotations.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/git.sr.ht/annotations.md b/git.sr.ht/annotations.md index ba19e90..f95a85a 100644 --- a/git.sr.ht/annotations.md +++ b/git.sr.ht/annotations.md @@ -13,6 +13,7 @@ up](https://man.sr.ht/tutorials/getting-started-with-builds.md), and find an 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) If your language isn't listed here, see [writing custom annotators](#writing-custom-annotators). @@ -78,7 +79,8 @@ another part of your source code. "colno": integer, "len": integer, "to": "url...", - "title": "anchor title attribute" (optional) + "title": "anchor title attribute", (optional) + "color": "background color (#RRGGBB or 'transparent')" (optional) } ``` -- cgit