summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners
Commit message (Expand)AuthorAgeFilesLines
* Cleanups.murphy2009-12-303-10/+6
* Using XML scanner for XML literals.murphy2009-12-301-4/+5
* Don't cache the CaseIgnoringWordLists.murphy2009-12-302-3/+3
* Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to t...murphy2009-12-288-79/+235
* Updated PHP scanner (#36)murphy2009-10-202-9/+43
* Made FileType work with Pathname (closes #118).murphy2009-10-201-0/+1
* Updated PHP scanner: added a test, improved HTML/PHP detection, cleanup.murphy2009-10-191-10/+8
* Updating C scanner:murphy2009-10-191-14/+20
* Updating scanners: Ruby 1.9 warnings, KINDS_NOT_LOCmurphy2009-10-197-7/+22
* Updated Python scanner (#41)murphy2009-10-191-8/+41
* Updated JSON scanner: false, null, true are highlighted as :value now.murphy2009-10-191-1/+6
* Updated Groovy scanner: using word lists from Java scanner.murphy2009-10-191-13/+5
* Updated Java scanner: Higlighting of keywords according to java.sun.com.murphy2009-10-191-11/+14
* Updated Ruby scanner:murphy2009-10-192-20/+29
* Updated CSS scanner: element selectors are highlighted as :type.murphy2009-10-191-1/+9
* JavaScript scanner updated:murphy2009-10-191-5/+32
* New Scanner: *C++* (#76)!murphy2009-10-192-1/+200
* Python Scanner (issue #41) updated:murphy2009-06-131-52/+71
* New: Plugin.title (closes #96)murphy2009-06-095-0/+5
* Fixed an issue with predefined idents in the Python Scanner.murphy2009-06-071-0/+1
* Improved UTF-8 support for Ruby Scanner. Also fixed a minor bug.murphy2009-06-072-11/+30
* Fixed a minor bug in the YAML scanner.murphy2009-04-221-1/+2
* Cleanups and minor fixes to PHP scanner (issue #36).murphy2009-04-221-25/+18
* More cleanup.murphy2009-04-221-4/+4
* SQL scanner cleanup (issue #33).murphy2009-04-221-8/+11
* Improved Python scanner (issue #41).murphy2009-04-221-19/+45
* Lots of improvements for the PHP scanner.murphy2009-04-221-105/+126
* Many improvements to PHP Scanner.murphy2009-04-201-108/+214
* New: *PHP and SQL Scanners*murphy2009-04-203-4/+451
* Experimental Unicode support for Scanners in Ruby 1.9.murphy2009-04-201-1/+3
* Java scanner:murphy2009-04-142-5/+7
* New: *Python Scanner* (feature #41)murphy2009-04-141-0/+204
* Fixed generate:scanner task; it now also sets the file_extension.murphy2009-04-141-0/+1
* JavaScript scanner: Fixed string keys (closes #85).murphy2009-02-201-11/+10
* Removed subversion $Id$ lines.murphy2009-02-203-6/+0
* Java scanner highlights interface declarations as :class.murphy2009-02-201-1/+1
* Fixed CSS scanner (closes #72).murphy2009-02-061-6/+28
* Ruby scanner: Even more fixes for control and meta escape sequences.murphy2009-02-061-9/+14
* Ruby scanner: Fixed rarely used \c, \C-, and \M- escape sequences.murphy2009-02-052-1/+2
* Fixed a Ruby 1.8 compatibility bug in Groovy Scanner.murphy2009-01-221-1/+1
* Fixed JavaScript scanner, highlighting of strings as keys.murphy2009-01-221-4/+12
* Updated Groovy Scanner (feature #60).murphy2009-01-221-33/+57
* New: *Groovy Scanner* (feature #60)murphy2009-01-131-0/+247
* Java Scanner: remove :regexp cases, use :pre_type for built-in types.murphy2009-01-131-10/+3
* Ruby Scanner: Shebang comments are highlighted as :doctype.murphy2009-01-131-0/+4
* Fixed a bug in Ruby scanner that broke tests with JRuby.murphy2009-01-111-1/+2
* Added js alias for JavaScript.murphy2009-01-041-0/+1
* Completed YAML Scanner (closes #34).murphy2009-01-012-26/+29
* JRuby fixes.murphy2008-12-251-2/+3
* Fixes for Ruby 1.9.murphy2008-12-251-5/+5