pygments / pygments.rb

💎 Ruby wrapper for Pygments syntax highlighter
MIT License
572 stars 141 forks source link

remove "lexers" from the reop and make it automatically #186

Closed gfx closed 6 years ago

gfx commented 6 years ago

lexers is just a cache for Lexer instances. Just remove it from the repo and make it automatically on rake test and rake release.

cf. https://github.com/tmm1/pygments.rb/pull/185