Hy builtin keywords generator for highlight.js and may be other highlighting libraries.
Install virtual environment and requirements using these commands:
virtualenv .env --python=python3
. .env/bin/activate
pip install -r requirements.txt
Generate actual hy.js for highlight.js project:
hy hyghlight.hy highlight.js > ~/projects/highlight.js/src/languages/hy.js
Generate actual hylang.rb for Rouge project:
hy hyghlight.hy rouge > ~/projects/rouge/lib/rouge/lexers/hylang.rb
License: MIT (Expat) - as in Hy itself.