summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/xml.rb
Commit message (Collapse)AuthorAgeFilesLines
* rake test now runs in debug mode.murphy2006-07-111-71/+71
| | | | All .rb files converted to UNIX format (where did the \r come from?)
* Big re-indenting - no more tabs!murphy2006-07-101-57/+57
|
* Re-indented everything. Sorry to break the blame chain.murphy2006-04-161-52/+53
|
* Two new encoders: debug and xml.murphy2005-10-041-0/+70
encoder.rb: new token handling encoders/statistic.rb: using new handling ruby_helper.rb: small improvements ruby.rb: - escapes in subtoken - Float detection changed - some multi-char operators are now scanned as one token - def and module definition handling changed bin/coderay: improved, new interface (still in progress) plugin.rb: more expressive load error message