diff options
Diffstat (limited to 'git.sr.ht/annotations.md')
-rw-r--r-- | git.sr.ht/annotations.md | 4 |
1 files changed, 3 insertions, 1 deletions
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) } ``` |