Skip to content

korny/clj-highlight

This branch is 16 commits behind Licenser/clj-highlight:master.

Repository files navigation

# clj-highlight

A syntax highlighter in cojure

## Usage


(def ct (tokenizer clj-syntax))

( ... your code where you want the stuff in html for exmaple - this has to use the clj-html lib
 (to-html default-stype-map "code" (ct code-string)) ; -> returns a clj-html compliant set
...)

## Installation

(use 'clj-highlight.core)

## License

Copyright (c) 2010 Heinz N. Gies.

This code is published under the EPL, have fun! See LICENSE.html for the booring stuff.

About

A syntax highlighter in clojure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published