summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/nitro_xhtml.rb
Commit message (Collapse)AuthorAgeFilesLines
* Major rewrite of encoders to support IO output; fixed some minor scanner ↵Kornelius Kalnbach2011-08-191-136/+0
| | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests
* new method Scanner#scan_rest (upported from 0.9.8), and Scanner::ScanError ↵murphy2011-05-211-1/+1
| | | | is now a StandardError
* Got rid of the old streaming system (see #142).murphy2010-05-011-1/+0
|
* Direct Streaming! See #142 and Changes.textile.murphy2010-05-011-39/+39
|
* Cleanup of Nitro-XHTML Scanner.murphy2010-03-261-9/+10
|
* Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to ↵murphy2009-12-281-0/+1
| | | | trunk.
* Updating scanners: Ruby 1.9 warnings, KINDS_NOT_LOCmurphy2009-10-191-0/+2
| | | | | * Also, DATABASE is a SQL keyword.
* New: Plugin.title (closes #96)murphy2009-06-091-0/+1
| | | | | | | The title saves the real name for a language, like "C++"...something that can't be deduced from the class name. And a version fix in the README.
* 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.
* Fixed RHTML and NitroXHTML scanners to use new :inline_delimiter tokens.murphy2006-10-201-4/+4
|
* Tests:murphy2006-10-151-0/+3
| | | | | | | | | | | | | | | | - improved coderay_suite.rb (random and shuffled tests, max parameter, scannerlang->lang, sorted test cases...) - changed html output extension to .actual.html to svn:ignore them - fixed some tests (deleted $Id$ etc.) - made XHTML testcase work Scanners: - fixed HTML, Delphi and Nitro scanners thanks to new tests Engine: - Tokens#fix and #fix! added (yet to be tested) - improved Scanner#raise_inspect a bit Converted more files to UNIX format (go away, stinkin' \r!)
* Changed error handling of all scanners: :error tokens are OK now, even in ↵murphy2006-07-111-0/+130
debug mode, but token kind is nil unless assigned. Small fixes for C and Ruby scanners. Renamed local variable type to kind in Ruby scanner. Improved RHTML scanner to recognize -%> as delimiter. HTML encoder: improved handling of malformed token strings. Fixed PluginHost#inspect including docu. Scanner#raise_inspect also shows state if given.