summaryrefslogtreecommitdiff
path: root/lib/coderay/token_kinds.rb
Commit message (Expand)AuthorAgeFilesLines
* add :debug token to TokenKindsKornelius Kalnbach2011-08-211-0/+1
* pretty (longer) token class names; closes #347Kornelius Kalnbach2011-08-191-67/+65
* cleanupsmurphy2011-06-111-3/+3
* renamed pre_* token kinds to predefined_*murphy2011-04-171-2/+2
* Finally, token_kinds.rb defines a TokenKinds constant :Pmurphy2011-03-011-86/+88
* More speedups for HTML encoding (numbering, CSS styles, Ruby 1.9).murphy2010-06-271-6/+6
* Added :eyecatcher token type (for inline diff highlighting) and improvedmurphy2010-06-011-1/+3
* Direct Streaming! See #142 and Changes.textile.murphy2010-05-011-1/+0
* Python scanner highlights docstrings as comments (see #190).murphy2010-04-021-0/+1
* Java Scanner: Package names are recognized, along with some code cleanup. Clo...murphy2010-04-021-0/+1
* Don't raise error for unknown token kinds unless in @$CODERAY_DEBUG@ mode.murphy2010-03-311-1/+5
* Renamed token_classes to token_kinds (closes #122).murphy2010-03-301-0/+82