| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Cleanup of JSON Scanner. | murphy | 2010-03-26 | 1 | -6/+9 |
* | Cleanup of scanner map: | murphy | 2010-03-26 | 1 | -2/+1 |
* | Improvements to the SQL scanner - more keywords, more colors :) | murphy | 2010-03-21 | 1 | -10/+24 |
* | Plaintext scanner speedup: Just returns string without scanning. | murphy | 2010-01-06 | 1 | -2/+1 |
* | Cleanups. | murphy | 2009-12-30 | 3 | -10/+6 |
* | Using XML scanner for XML literals. | murphy | 2009-12-30 | 1 | -4/+5 |
* | Don't cache the CaseIgnoringWordLists. | murphy | 2009-12-30 | 2 | -3/+3 |
* | Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to t... | murphy | 2009-12-28 | 8 | -79/+235 |
* | Updated PHP scanner (#36) | murphy | 2009-10-20 | 2 | -9/+43 |
* | Made FileType work with Pathname (closes #118). | murphy | 2009-10-20 | 1 | -0/+1 |
* | Updated PHP scanner: added a test, improved HTML/PHP detection, cleanup. | murphy | 2009-10-19 | 1 | -10/+8 |
* | Updating C scanner: | murphy | 2009-10-19 | 1 | -14/+20 |
* | Updating scanners: Ruby 1.9 warnings, KINDS_NOT_LOC | murphy | 2009-10-19 | 7 | -7/+22 |
* | Updated Python scanner (#41) | murphy | 2009-10-19 | 1 | -8/+41 |
* | Updated JSON scanner: false, null, true are highlighted as :value now. | murphy | 2009-10-19 | 1 | -1/+6 |
* | Updated Groovy scanner: using word lists from Java scanner. | murphy | 2009-10-19 | 1 | -13/+5 |
* | Updated Java scanner: Higlighting of keywords according to java.sun.com. | murphy | 2009-10-19 | 1 | -11/+14 |
* | Updated Ruby scanner: | murphy | 2009-10-19 | 2 | -20/+29 |
* | Updated CSS scanner: element selectors are highlighted as :type. | murphy | 2009-10-19 | 1 | -1/+9 |
* | JavaScript scanner updated: | murphy | 2009-10-19 | 1 | -5/+32 |
* | New Scanner: *C++* (#76)! | murphy | 2009-10-19 | 2 | -1/+200 |
* | Python Scanner (issue #41) updated: | murphy | 2009-06-13 | 1 | -52/+71 |
* | New: Plugin.title (closes #96) | murphy | 2009-06-09 | 5 | -0/+5 |
* | Fixed an issue with predefined idents in the Python Scanner. | murphy | 2009-06-07 | 1 | -0/+1 |
* | Improved UTF-8 support for Ruby Scanner. Also fixed a minor bug. | murphy | 2009-06-07 | 2 | -11/+30 |
* | Fixed a minor bug in the YAML scanner. | murphy | 2009-04-22 | 1 | -1/+2 |
* | Cleanups and minor fixes to PHP scanner (issue #36). | murphy | 2009-04-22 | 1 | -25/+18 |
* | More cleanup. | murphy | 2009-04-22 | 1 | -4/+4 |
* | SQL scanner cleanup (issue #33). | murphy | 2009-04-22 | 1 | -8/+11 |
* | Improved Python scanner (issue #41). | murphy | 2009-04-22 | 1 | -19/+45 |
* | Lots of improvements for the PHP scanner. | murphy | 2009-04-22 | 1 | -105/+126 |
* | Many improvements to PHP Scanner. | murphy | 2009-04-20 | 1 | -108/+214 |
* | New: *PHP and SQL Scanners* | murphy | 2009-04-20 | 3 | -4/+451 |
* | Experimental Unicode support for Scanners in Ruby 1.9. | murphy | 2009-04-20 | 1 | -1/+3 |
* | Java scanner: | murphy | 2009-04-14 | 2 | -5/+7 |
* | New: *Python Scanner* (feature #41) | murphy | 2009-04-14 | 1 | -0/+204 |
* | Fixed generate:scanner task; it now also sets the file_extension. | murphy | 2009-04-14 | 1 | -0/+1 |
* | JavaScript scanner: Fixed string keys (closes #85). | murphy | 2009-02-20 | 1 | -11/+10 |
* | Removed subversion $Id$ lines. | murphy | 2009-02-20 | 3 | -6/+0 |
* | Java scanner highlights interface declarations as :class. | murphy | 2009-02-20 | 1 | -1/+1 |
* | Fixed CSS scanner (closes #72). | murphy | 2009-02-06 | 1 | -6/+28 |
* | Ruby scanner: Even more fixes for control and meta escape sequences. | murphy | 2009-02-06 | 1 | -9/+14 |
* | Ruby scanner: Fixed rarely used \c, \C-, and \M- escape sequences. | murphy | 2009-02-05 | 2 | -1/+2 |
* | Fixed a Ruby 1.8 compatibility bug in Groovy Scanner. | murphy | 2009-01-22 | 1 | -1/+1 |
* | Fixed JavaScript scanner, highlighting of strings as keys. | murphy | 2009-01-22 | 1 | -4/+12 |
* | Updated Groovy Scanner (feature #60). | murphy | 2009-01-22 | 1 | -33/+57 |
* | New: *Groovy Scanner* (feature #60) | murphy | 2009-01-13 | 1 | -0/+247 |
* | Java Scanner: remove :regexp cases, use :pre_type for built-in types. | murphy | 2009-01-13 | 1 | -10/+3 |
* | Ruby Scanner: Shebang comments are highlighted as :doctype. | murphy | 2009-01-13 | 1 | -0/+4 |
* | Fixed a bug in Ruby scanner that broke tests with JRuby. | murphy | 2009-01-11 | 1 | -1/+2 |