From 348eaf5f29af38172d3d6f1b796c37118dfe52c2 Mon Sep 17 00:00:00 2001 From: JSer <69352453+JSerZANP@users.noreply.github.com> Date: Sun, 3 Dec 2023 14:34:07 +0900 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27fa3dd..dfbb570 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,12 @@ out of my frustration while writing articles for my personal blog - [jser.dev](h ## Tools -1. [shaku-code-annotate](./packages/shaku-code-annotate/) - plugins to annotate code snippets in markdown. -2. [Shaku Playground](https://shaku-web.vercel.app/) - a playground to try out shaku-code-annotate. -3. [Shaku Snippet](https://shaku-web.vercel.app/snippet) - generate beautiful code snippet screenshots with annotation. +1. [shaku-code-annotate-core](./packages/shaku-code-annotate-core/) - core parser of Shaku. Tokenizer not included. +2. [shaku-code-annotate-shiki](./packages/shaku-code-annotate-shiki/) - Shaku syntax highlighter based on shiki/ +3. [remark-shaku-code-annotate](./packages/remark-shaku-code-annotate/) - plugin for remark. +4. [marked-shaku-code-annotate](./packages/marked-shaku-code-annotate/) - plugin for marked. +5. [Shaku Playground](https://shaku-web.vercel.app/) - a playground to try out shaku-code-annotate. +6. [Shaku Snippet](https://shaku-web.vercel.app/snippet) - generate beautiful code snippet screenshots with annotation. ## Dev Tools