Skip to content

Licenser/clj-highlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published