Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix CSS scanner for things like "nth-child(2n)" | Kornelius Kalnbach | 2013-07-13 | 1 | -1/+1 |
| | |||||
* | don't change value of objects you don't own | Kornelius Kalnbach | 2013-07-12 | 1 | -1/+1 |
| | |||||
* | fix another CSS empty token issue | Kornelius Kalnbach | 2013-06-23 | 1 | -2/+2 |
| | |||||
* | avoid empty tokens in CSS | Kornelius Kalnbach | 2013-06-23 | 1 | -1/+1 |
| | |||||
* | tweak CSS tag/id token kind patch from noprompt | Kornelius Kalnbach | 2013-06-11 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'noprompt/master' into css-token-kinds | Kornelius Kalnbach | 2013-06-11 | 1 | -5/+5 |
|\ | | | | | | | | | Conflicts: etc/todo/scanners/css.rb | ||||
| * | use :tag instead of :type for identifiers | Joel Holdbrooks | 2012-07-24 | 1 | -3/+3 |
| | | |||||
| * | use "id" instead of "constant" for css ids | Joel Holdbrooks | 2012-07-03 | 1 | -2/+2 |
| | | |||||
* | | added Sass scanner (work in progress) | Kornelius Kalnbach | 2013-03-11 | 1 | -17/+14 |
|/ | |||||
* | 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. |