summaryrefslogtreecommitdiff
path: root/test/scanners/javascript/script.aculo.us.in.js
Commit message (Collapse)AuthorAgeFilesLines
* Moving scanner tests into separate repository. The repository can be reached ↵murphy2010-04-141-7282/+0
| | | | at http://svn.rubychan.de/coderay-scanner-tests/trunk.
* New: *JavaScript Scanner* (closes #23).murphy2008-09-161-0/+7282
* It's quite good and fast, but still a beta. * I included Prototype and script.aculo.us as example code for testing. More changes: * Added two new token classes, :keyword and :key, along with CSS styles. ** Actually, we should use :keyword for most scanners that now use :reserved. * HTML Encoder: The CSS parser understands multiple selectors separated by commas.