summaryrefslogtreecommitdiff
path: root/test/scanners/php/html+php_faulty.expected.raydebug
Commit message (Collapse)AuthorAgeFilesLines
* Moving scanner tests into separate repository. The repository can be reached ↵murphy2010-04-141-1/+0
| | | | at http://svn.rubychan.de/coderay-scanner-tests/trunk.
* Many improvements to PHP Scanner.murphy2009-04-201-1/+1
| | | | | | | | * added lots of built-in functions, constants, syntax rule fixes... * automatic HTML/PHP document recognition; experimental! * cYcnus style adjusted; inline_delimiter outside of token group has a style now. * clean-up still not finished
* New: *PHP and SQL Scanners*murphy2009-04-201-0/+1
* Both not well tested yet, preview versions. * Some example code for both languages. * PHP scanner original by Stefan Walk. * SQL scanner using code by Keith Pitt and Josh Goebel.