Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving scanner tests into separate repository. The repository can be reached ↵ | murphy | 2010-04-14 | 15 | -19698/+0 |
| | | | | at http://svn.rubychan.de/coderay-scanner-tests/trunk. | ||||
* | CSS Scanner: Adding support for CSS 3 functions and colors, changing ↵ | murphy | 2010-04-14 | 5 | -1/+359 |
| | | | | highlighting of attrbiute selectors (closes #224). | ||||
* | Updated CSS scanner: element selectors are highlighted as :type. | murphy | 2009-10-19 | 5 | -1372/+1372 |
| | |||||
* | Fixed CSS scanner (closes #72). | murphy | 2009-02-06 | 5 | -3/+1389 |
| | | | | | | | * handles url(...) outside of blocks * handles @media * handles [attribute=selectors] (too simple, added TODO) | ||||
* | New: *CSS Scanner* (closes #29). | murphy | 2008-09-18 | 7 | -0/+17954 |
* 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. |