summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners
Commit message (Collapse)AuthorAgeFilesLines
...
* fix HTML scanner to correctly highlight embedded Ruby inside of attribute valuesKornelius Kalnbach2011-08-211-6/+6
|
* fix issue with diffs inside of diffsKornelius Kalnbach2011-08-191-1/+3
|
* pretty (longer) token class names; closes #347Kornelius Kalnbach2011-08-199-11/+11
|
* rename CaseIgnoringWordList to WordList::CaseIgnoringKornelius Kalnbach2011-08-194-7/+6
|
* Major rewrite of encoders to support IO output; fixed some minor scanner ↵Kornelius Kalnbach2011-08-199-179/+57
| | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests
* PHP scanner should not scan the whole document for HTML/PHP indicatorsKornelius Kalnbach2011-07-261-2/+2
|
* add :erb as Ruby scanner aliasKornelius Kalnbach2011-07-261-13/+14
|
* remove Scheme scanner (#59)Kornelius Kalnbach2011-07-131-136/+0
|
* fixing strange bug in Ruby scanner (very rare!)murphy2011-07-081-2/+2
|
* minor support fixes for some Ruby engines and versionsmurphy2011-07-081-1/+1
|
* #309 Improved highlighting of Ruby inside diffsmurphy2011-06-223-19/+30
|
* changed :reserved to :keyword in Ruby scanner (issue #43)murphy2011-06-162-3/+3
|
* changed :reserved to :keyword in Scheme scanner (issue #43)murphy2011-06-151-1/+1
|
* changed :reserved to :keyword in PHP scanner (issue #43)murphy2011-06-151-3/+3
|
* changed :reserved to :keyword in Delphi scanner (issue #43)murphy2011-06-151-2/+2
|
* changed :reserved to :keyword in Clojure scanner (issue #43)murphy2011-06-151-3/+3
|
* fix Ruby 1.9.3 warnings about unused local variablesmurphy2011-06-111-1/+1
|
* issue #43: replacing :reserved with :keyword for C and C++murphy2011-05-212-6/+6
|
* added more EVENT_ATTRIBUTES for JavaScript in HTMLmurphy2011-05-211-11/+14
|
* new keywords and improvements for SQL scanner (closes #221)murphy2011-05-211-16/+23
|
* new method Scanner#scan_rest (upported from 0.9.8), and Scanner::ScanError ↵murphy2011-05-215-15/+8
| | | | is now a StandardError
* 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 ↵murphy2011-04-201-3/+16
| | | | handlers.
* 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 ↵murphy2011-03-011-4/+21
| | | | exploits.
* 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 ↵murphy2010-06-291-0/+1
| | | | using non-ASCII chars :)
* 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
| | | | | | It's still in development. The Scheme scanner, which Lice used as template, has some very bad code, and both scanner must be cleaned up (see #59).