| Commit message (Expand) | Author | Age | Files | Lines |
* | Upporting changes from 0.9.2 (vs. 0.9.1). | murphy | 2010-03-31 | 2 | -2/+3 |
* | Diff scanner highlights unknown lines as :comment instead of :head. | murphy | 2010-03-31 | 1 | -1/+1 |
* | Improved Debug scanner (see Changes.textile). | murphy | 2010-03-31 | 1 | -4/+10 |
* | Improved Ruby scanner (see #147 and Changes.textile.) | murphy | 2010-03-31 | 2 | -114/+170 |
* | Improved Diff scanner - yay! Finally! Still imperfect, but works (see #52). | murphy | 2010-03-30 | 1 | -13/+35 |
* | Added new keywords and functions to SQL scanner (see #221, thanks to Joshua G... | murphy | 2010-03-30 | 1 | -2/+3 |
* | Debug scanner supports line tokens; more cleanups. | murphy | 2010-03-26 | 1 | -6/+66 |
* | Cleanup to Scheme scanner; removed :operator_fat token kind. | murphy | 2010-03-26 | 1 | -59/+61 |
* | Cleanup and simplify HTML scanner. | murphy | 2010-03-26 | 1 | -16/+21 |
* | Fixed documentation of C scanner. | murphy | 2010-03-26 | 1 | -2/+0 |
* | Cleanups for C, C++, CSS, Delphi, Groovy, Java, PHP, Python, RHTML, XML, and ... | murphy | 2010-03-26 | 11 | -111/+141 |
* | Improvements and cleanups in JavaScript Scanner: | murphy | 2010-03-26 | 1 | -17/+22 |
* | Cleanup of Nitro-XHTML Scanner. | murphy | 2010-03-26 | 1 | -9/+10 |
* | Cleanup of JSON Scanner. | murphy | 2010-03-26 | 1 | -2/+9 |
* | 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 |