I have a personal WordPress page and plan to post lisp codes. By default WordPress does not support code highlighter for lisp. Any recommendations?
Leave a Reply
You must be logged in to post a comment.
I have a personal WordPress page and plan to post lisp codes. By default WordPress does not support code highlighter for lisp. Any recommendations?
You must be logged in to post a comment.
I’ve been using Google Code Prettify with a custom version of
lang-lisp.js
. It’s been working great so far.For an example usage, see a random Lisp-related article pulled from my archives.
I’ve been using a combination of Syntaxhighlighter Evolved for general highlighting and a slightly modified version of Brian Carper’s brush for Clojure. Brian also has a nice color scheme that matches pretty closely the coloring I use in emacs.
You can always use gist which has an option to be embedded in any html page.