summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/comment_filter.rb
Commit message (Expand)AuthorAgeFilesLines
* Removing tests from library files. They live now in test/unit.murphy2010-06-291-61/+0
* Cleanup, documentation and enhancements to the Filters:murphy2010-05-181-4/+10
* Python scanner highlights docstrings as comments (see #190).murphy2010-04-021-1/+29
* Renamed token_classes to token_kinds (closes #122).murphy2010-03-301-2/+11
* Filters: Cleanups, refactorization, tests.murphy2009-12-301-1/+28
* Renamed TokenFilter to TokenClassFilter.murphy2009-06-281-3/+3
* Added a Filter class; filters inherit from it and yield tokens.murphy2009-06-201-3/+5
* * Improved implementation of Encoder *token callbacks.murphy2009-06-201-0/+14