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
- Host: GitHub
- URL: https://github.com/athos/lein-highlight
- Owner: athos
- License: epl-1.0
- Created: 2015-07-04T10:52:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-02T08:27:29.000Z (over 10 years ago)
- Last Synced: 2025-03-01T09:30:18.959Z (11 months ago)
- Language: Clojure
- Homepage:
- Size: 176 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.