summaryrefslogtreecommitdiff
path: root/lib/coderay/token_kinds.rb
Commit message (Collapse)AuthorAgeFilesLines
* Renamed token_classes to token_kinds (closes #122).murphy2010-03-301-0/+82
* *RENAMED* from ClassOfKind. The term "token class" is no longer used in CodeRay. Instead, tokens have _kinds_. * *RENAMED* TokenKindFilter to TokenClassFilter. * *ADDED* documentation on encoders affected by the term change. * *REMOVED* token kinds :attribute_name_fat, :attribute_value_fat, :operator_fat, :tag_fat, and :xml_text. * *ADDED* token kind :filename.