aboutsummaryrefslogtreecommitdiffstats
path: root/git.sr.ht
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-07-07 18:24:14 -0400
committerDrew DeVault <sir@cmpwn.com>2019-07-07 18:24:14 -0400
commitf7e8b32032eb7cd36899e935f536d075f24b3840 (patch)
treec6381fc38abbbac96aaba315f71277bd8dbf4acb /git.sr.ht
parent978a8b00c553b814f68b721d2c5ee5e82a0811f3 (diff)
downloadsr.ht-docs-f7e8b32032eb7cd36899e935f536d075f24b3840.tar.gz
Add annotatego to annotations docs
Diffstat (limited to 'git.sr.ht')
-rw-r--r--git.sr.ht/annotations.md4
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)
}
```