summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/css.rb
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups for C, C++, CSS, Delphi, Groovy, Java, PHP, Python, RHTML, XML, and ↵murphy2010-03-261-5/+6
| | | | YAML scanners.
* Updated CSS scanner: element selectors are highlighted as :type.murphy2009-10-191-1/+9
|
* Fixed CSS scanner (closes #72).murphy2009-02-061-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.murphy2008-10-201-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).murphy2008-09-181-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.