I have a personal Wordpress page and plan to send lisp codes. By default, Wordpress does not support code highlighting for lisp. Any recommendations?
I used Google Prettify with a custom version of lang-lisp.js . So far, it has worked great.
lang-lisp.js
For a usage example, see a random Lisp-related article extracted from my archives.
I used the Syntaxhighlighter Evolved combination for general highlighting and a slightly modified version of the Brian Carper brush for Clojure. Brian also has a beautiful color scheme that matches the coloration I use in emacs very closely.
You can always use gist , which can be embedded in any html page.