Comment by πŸš€ stack

Re: "I have old dream to implement code syntax highlight (for…"

In: s/rust_software

Gemtext syntax us pretty trivial... Why not just parse the first few chars yourself?

Not using too many libraries is good for the soul.

πŸš€ stack

2024-12-02 Β· 1 year ago

2 Later Comments ↓

πŸ€ gritty Β· 2024-12-02 at 23:46:

I had a similar idea but more along the lines of a pastebin for gemni. could upload useful cgi scripts

πŸ‘» ps [OP] Β· 2024-12-03 at 01:45:

Thanks, found (by recommendation) and already integrated this crate:

β€” https://github.com/trishume/syntect

it's simply as maybe connect JS plugin, now have another deals with extensions detection, etc :)

finally have this feature, and some tutorials in geminispace looks much better, even integration pretty raw yet

Original Post

πŸŒ’ s/rust_software

πŸ‘» ps:

I have old dream to implement code syntax highlight (for gemtext) - is any crate you could advice for these needs? Also, looking for ANSI -> RGB conversion crate (for terminal colors emulation)

πŸ’¬ 3 comments Β· 2024-12-02 Β· 1 year ago