Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix whitespace changes | Joel Holdbrooks | 2012-01-20 | 1 | -38/+38 |
| | |||||
* | begin/end with group :function instead of :string | Joel Holdbrooks | 2012-01-13 | 1 | -40/+40 |
| | |||||
* | css scanner fixes; preparing 1.0.4 | Kornelius Kalnbach | 2011-11-02 | 1 | -7/+14 |
| | |||||
* | Major rewrite of encoders to support IO output; fixed some minor scanner ↵ | Kornelius Kalnbach | 2011-08-19 | 1 | -27/+36 |
| | | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests | ||||
* | Encoder refactoring to fix LOC and Statistic encoders | murphy | 2011-04-20 | 1 | -1/+1 |
| | |||||
* | Speedup comment matching in CSS scanner. | murphy | 2011-03-01 | 1 | -17/+8 |
| | |||||
* | Cleanup CSS scanner. | murphy | 2010-10-15 | 1 | -3/+2 |
| | |||||
* | Direct Streaming! See #142 and Changes.textile. | murphy | 2010-05-01 | 1 | -76/+60 |
| | |||||
* | CSS Scanner: Adding support for CSS 3 functions and colors, changing ↵ | murphy | 2010-04-14 | 1 | -7/+5 |
| | | | | highlighting of attrbiute selectors (closes #224). | ||||
* | Cleanups for C, C++, CSS, Delphi, Groovy, Java, PHP, Python, RHTML, XML, and ↵ | murphy | 2010-03-26 | 1 | -5/+6 |
| | | | | YAML scanners. | ||||
* | Updated CSS scanner: element selectors are highlighted as :type. | murphy | 2009-10-19 | 1 | -1/+9 |
| | |||||
* | Fixed CSS scanner (closes #72). | murphy | 2009-02-06 | 1 | -6/+28 |
| | | | | | | | * handles url(...) outside of blocks * handles @media * handles [attribute=selectors] (too simple, added TODO) | ||||
* | New: *YAML* (#53). Preparing for version 0.8.1. | murphy | 2008-10-20 | 1 | -1/+0 |
| | | | | | | | | | | | | | | * Based on the YAML scanner from Jamis Buck's Syntax lib. * Some YAML examples from Ruby gems. * Doesn't handle string yet; alpha state. More changes: * coderay_suite: new parameter "fast" makes testing faster (for development). * Changed the title of HTML page output (Page Encoder). * FileType: Added new file types. * cYcnus style: simplified some token group styles. * Cleanup in CSS and HTML Scanners. | ||||
* | New: *CSS Scanner* (closes #29). | murphy | 2008-09-18 | 1 | -0/+181 |
* Based on Stefan Walk's implementation, with fixes, enhancements and speedups. * It seems to be fairly fast and highlights nicely. * I added the styles for Ignis Draconis, S5, and YUI as example code for testing. More changes: * Added three new token classes, :important, :pseudo_class, and :value, along with CSS styles. |