summaryrefslogtreecommitdiff
path: root/test/scanners/css
Commit message (Collapse)AuthorAgeFilesLines
* Moving scanner tests into separate repository. The repository can be reached ↵murphy2010-04-1415-19698/+0
| | | | at http://svn.rubychan.de/coderay-scanner-tests/trunk.
* CSS Scanner: Adding support for CSS 3 functions and colors, changing ↵murphy2010-04-145-1/+359
| | | | highlighting of attrbiute selectors (closes #224).
* Updated CSS scanner: element selectors are highlighted as :type.murphy2009-10-195-1372/+1372
|
* Fixed CSS scanner (closes #72).murphy2009-02-065-3/+1389
| | | | | | | * handles url(...) outside of blocks * handles @media * handles [attribute=selectors] (too simple, added TODO)
* New: *CSS Scanner* (closes #29).murphy2008-09-187-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.