An open API service indexing awesome lists of open source software.

https://github.com/athos/lein-highlight

Leiningen plugin for highlighting Clojure code powered by symbol-analyzer, a fine-grained Clojure code analyzer
https://github.com/athos/lein-highlight

Last synced: 6 months ago
JSON representation

Leiningen plugin for highlighting Clojure code powered by symbol-analyzer, a fine-grained Clojure code analyzer

Awesome Lists containing this project

README

          

# lein-highlight

Leiningen plugin for highlighting Clojure code powered by symbol-analyzer, a fine-grained Clojure code analyzer

## Usage

FIXME: Use this for user-level plugins:

Put `[lein-highlight "0.1.0-SNAPSHOT"]` into the `:plugins` vector of your
`:user` profile, or if you are on Leiningen 1.x do `lein plugin install
lein-highlight 0.1.0-SNAPSHOT`.

FIXME: Use this for project-level plugins:

Put `[lein-highlight "0.1.0-SNAPSHOT"]` into the `:plugins` vector of your project.clj.

FIXME: and add an example usage that actually makes sense:

$ lein highlight

## License

Copyright © 2015 OHTA Shogo

Distributed under the Eclipse Public License version 1.0.