colorize
colorize copied to clipboard
A Syntax Highlighting library
After colorize, the result HTML doesn't contains <br> at all. Why? The source code file did contains \n.
Pros: End users no longer needs to setup clhs. Cons: Remove features to lookup :abbrev, :section, :format and :reader-macro. Note: Removed features are not used in colorize code base.
I recveive 404 error at https://www.alu.org/mop/. And this url is used by colorize to link to the MOP parts.
Under which license is this project?
Like the title. Thanks
The following generates invalid html: ``` (colorize:html-colorization :c++ "}") ``` Namely: ``` "}" ``` Notice that there are 3 span close tags and only one scan open tag. I now...
`encoder-fn` in [colorise.lisp](https://github.com/kingcons/colorize/blob/f5ed4b342c40257178ebe176108792c01d2e1187/colorize.lisp#L287) assumes the state of `*print-case*`. Wrapping in `with-standard-io-syntax` avoids leaving users confused.