summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners
Commit message (Expand)AuthorAgeFilesLines
* various fixes and cleanups in CodeRay's helpersmurphy2011-05-213-28/+29
* #127 Clojure scanner fixesmurphy2011-05-081-12/+25
* Encoder refactoring to fix LOC and Statistic encodersmurphy2011-04-202-2/+2
* 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
* renamed pre_* token kinds to predefined_*murphy2011-04-1710-18/+18
* Speedup C scanner (reordering of token rules).murphy2011-04-041-7/+7
* highlight multiline JS blocks as :inline groupmurphy2011-03-071-1/+5
* #46: Integrating JavaScript into HTML scanner.murphy2011-03-071-18/+61
* lots of fixes and improvements to the Ruby scanner (part 2)murphy2011-03-071-193/+193
* lots of fixes and improvements to the Ruby scannermurphy2011-03-072-82/+86
* Speedup comment matching in CSS scanner.murphy2011-03-011-17/+8
* Diff scanner now has its own, optimized inline-diff method; prevents regexp e...murphy2011-03-011-4/+21
* Ported fix for #264.murphy2011-03-011-2/+2
* PHP scanner should use BINARY regexp matching.murphy2011-03-011-0/+1
* Debug scanner, please use TokenKinds.murphy2011-03-011-9/+9
* Adjust Java scanner to new Plugin interface.murphy2011-02-281-2/+3
* Code cleanup.murphy2010-11-211-3/+3
* Cleanup and fix Clojure scanner.murphy2010-10-151-2/+2
* Cleanup CSS scanner.murphy2010-10-151-3/+2
* Ported r661 (fix for SQL on Rubinius) to trunk.murphy2010-09-191-1/+1
* Cleanups in the JSON scanner; eliminated the kind local variable.murphy2010-09-121-6/+7
* Fixing RHTML comments (#241).murphy2010-07-141-2/+6
* Removing tests from library files. They live now in test/unit.murphy2010-06-291-46/+0
* Added encoding header for Clojure scanner: Rember to put this on top when usi...murphy2010-06-291-0/+1
* Fixed YAML scanner: strings should always be groups.murphy2010-06-161-2/+4
* Improved JavScript regexp recognition.murphy2010-06-161-1/+1
* Fixed PHP scanner: strings should always be groups.murphy2010-06-151-1/+1
* Ticket #127: Clojure scanner by Licenser, yay!murphy2010-06-151-0/+203
* Ruby scanner does no longer highlight \ at the end of the input as :error. Th...murphy2010-06-011-2/+5
* Issue #227: Inline Diff Highlighting and improved intelligent diff murphy2010-06-011-8/+72
* Ruby scanner raises exception on unknown state.murphy2010-05-211-0/+2
* Fixed a bug in the YAML scanner (see #231).murphy2010-05-211-4/+2
* New: Raydebug Scanner (highlights .raydebug files instead of importing them).murphy2010-05-181-1/+0
* (no commit message)murphy2010-05-182-3/+69
* Ruby scanner handles :keep_state option.murphy2010-05-181-1/+12
* Improved Python docstring highlighting (closes #190).murphy2010-05-181-2/+6
* Fixed bug in diff scanner.murphy2010-05-051-4/+4
* Got rid of the old streaming system (see #142).murphy2010-05-0113-20/+0
* Direct Streaming! See #142 and Changes.textile.murphy2010-05-0120-1251/+1029
* Fixing bug in Java and JSON scanners (unfinished strings where not closed cor...murphy2010-04-172-7/+3
* More cleanup.murphy2010-04-151-2/+6
* Cleanups.murphy2010-04-151-11/+11
* CSS Scanner: Adding support for CSS 3 functions and colors, changing highligh...murphy2010-04-141-7/+5
* Python scanner highlights docstrings as comments (see #190).murphy2010-04-021-10/+15
* Java Scanner: Package names are recognized, along with some code cleanup. Clo...murphy2010-04-021-6/+14
* Upporting changes from 0.9.2 (vs. 0.9.1).murphy2010-03-312-2/+3
* Diff scanner highlights unknown lines as :comment instead of :head.murphy2010-03-311-1/+1
* Improved Debug scanner (see Changes.textile).murphy2010-03-311-4/+10
* Improved Ruby scanner (see #147 and Changes.textile.)murphy2010-03-312-114/+170