https://github.com/redline6561/colorize.git
git clone 'https://github.com/redline6561/colorize.git'
(ql:quickload :colorize)
colorize is a lisp library for syntax highlighting supporting the following languages:
* Common Lisp, :common-lisp
* Emacs Lisp, :elisp
* Scheme, :scheme
* Clojure, :clojure
alpha
* C, :c
* C++, :c++
* Java, :java
* Python, :python
* Erlang, :erlang
* Haskell, :haskell
* Objective-C, :objective-c
* Diff, :diff
* Webkit, :webkit
You are strongly encouraged to use this library via Quicklisp. Simply start your lisp and run: (ql:quickload 'colorize)
.
The API has three main entry points:
In addition, the COLORING-TYPES function takes no arguments and returns a list of the supported coloring types as keywords. Finally, the variable COLORING-CSS returns suggested css code for highlighting the produced html.
That's all for now. And remember, patches welcome!