~vladh/hare-project-library

Alexey Yerin: 1
 Add hare-annotate

 1 files changed, 1 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~vladh/hare-project-library/patches/38199/mbox | git am -3
Learn more about email & git

[PATCH] Add hare-annotate Export this patch

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 0cce8f1..353acaf 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,7 @@ If you're interested specifically in 3D graphics, check out
* [~sebsite/hareconv](https://git.sr.ht/~sebsite/hareconv): Hare module -> C header converter
* [~sebsite/haretags](https://git.sr.ht/~sebsite/haretags): ctags implementation for Hare
* [~sircmpwn/hare-virt](https://git.sr.ht/~sircmpwn/hare-virt): hare-virt provides hypervisor support for Hare programs
* [~yerinalexey/hare-annotate](https://git.sr.ht/~yerinalexey/hare-annotate): A library for implementing code generators

## Hare LSP servers

-- 
2.39.0
Thanks yyp, cool project :)