summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/html.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into css-in-htmlKornelius Kalnbach2013-06-231-3/+11
|\
| * tweak HTML CDATA token kindsKornelius Kalnbach2013-06-231-9/+7
| * Support CDATA blocks in HTML/XMLGavin Kistner2013-06-061-1/+11
* | scan_css in HTML scanner (arguments), change token kind from :inline to :stringKornelius Kalnbach2013-06-231-9/+14
* | scan_css in HTML scanner (tags)Kornelius Kalnbach2013-06-231-6/+15
|/
* fix #83 (XML DTD)Kornelius Kalnbach2013-02-171-1/+1
* Fix HTML scanner: Don't crash if HTML in a diff contains a JavaScript tag.Kornelius Kalnbach2012-10-071-1/+4
* HTML scanner accepts boolean attributes; fixes issue #26Kornelius Kalnbach2012-06-191-4/+1
* HTML scanner ignores <% tags and accepts :state optionKornelius Kalnbach2011-09-091-2/+2
* fix HTML scanner to correctly highlight embedded Ruby inside of attribute valuesKornelius Kalnbach2011-08-211-6/+6
* rename CaseIgnoringWordList to WordList::CaseIgnoringKornelius Kalnbach2011-08-191-3/+2
* added more EVENT_ATTRIBUTES for JavaScript in HTMLmurphy2011-05-211-11/+14
* Encoder refactoring to fix LOC and Statistic encodersmurphy2011-04-201-1/+1
* Improved HTML/JavaScript integration: Check attribute name with list of handl...murphy2011-04-201-3/+16
* Improved JavaScript integration in HTML scanner.murphy2011-04-191-26/+41
* highlight multiline JS blocks as :inline groupmurphy2011-03-071-1/+5
* #46: Integrating JavaScript into HTML scanner.murphy2011-03-071-18/+61
* Got rid of the old streaming system (see #142).murphy2010-05-011-1/+0
* Direct Streaming! See #142 and Changes.textile.murphy2010-05-011-87/+77
* Cleanup and simplify HTML scanner.murphy2010-03-261-16/+21
* Updating scanners: Ruby 1.9 warnings, KINDS_NOT_LOCmurphy2009-10-191-2/+9
* Completed YAML Scanner (closes #34).murphy2009-01-011-1/+1
* New: *YAML* (#53). Preparing for version 0.8.1.murphy2008-10-201-2/+0
* Tests:murphy2006-10-151-0/+3
* Changed error handling of all scanners: :error tokens are OK now, even in deb...murphy2006-07-111-167/+174
* Big re-indenting - no more tabs!murphy2006-07-101-161/+161
* Fix:murphy2006-06-281-1/+1
* New Version: 0.7.0!murphy2006-04-191-2/+2
* Re-indented everything. Sorry to break the blame chain.murphy2006-04-161-2/+4
* All scanners revisited not to produce errors unless in DEBUG mode. [thx@Daniel]murphy2006-04-161-1/+1
* Large update: Scanners for HTML, RHTML and Nitro-XHTML added.murphy2006-04-101-20/+37
* Added HTML scanner!murphy2006-04-041-0/+148