summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/xml.rb
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups for C, C++, CSS, Delphi, Groovy, Java, PHP, Python, RHTML, XML, and ↵murphy2010-03-261-1/+1
| | | | YAML scanners.
* Updating scanners: Ruby 1.9 warnings, KINDS_NOT_LOCmurphy2009-10-191-1/+1
| | | | | * Also, DATABASE is a SQL keyword.
* Removed subversion $Id$ lines.murphy2009-02-201-2/+0
|
* Added more file extensions to Scannersmurphy2008-09-161-0/+1
| | | | | | | * Added file_extensions to Delphi, XML, Debug, Scheme, and NitroXHTML scanners. * Removed obsolete extension declarations from Scanner test suites. * Minor cleanups.
* rake test now runs in debug mode.murphy2006-07-111-18/+18
| | | | All .rb files converted to UNIX format (where did the \r come from?)
* Big re-indenting - no more tabs!murphy2006-07-101-10/+10
|
* New Version: 0.7.0!murphy2006-04-191-0/+18
Adjusted gem.rake. HTML scanner fixed. Enhanced filetype.rb: .rake files, xml, yaml (preparing for YAML scanner.) Enhanced test/ruby/1.in.rb. Added XML scanner with example. plugin.rb: made all_plugin_names public.