Before I spend a few hours on it, does anyone already have a highlight.js module for Elixir?Dave
--
You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elixir-lang-ta...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
No, I took a different approach and went with Pygments.
The story is that I wanted to syntax highlight a lot of code in a long Keynote presentation. I wrote a trivial Sinatra server that would serve code fragments according to the path, and then used Keynote's web linking to embed to code in each page. Worked great, and the code in the presentation updated if I changed its on disk. But Keynote 6 no longer supports web linking...
Dave
--