summaryrefslogtreecommitdiff
path: root/test/scanners/php
Commit message (Collapse)AuthorAgeFilesLines
* Moving scanner tests into separate repository. The repository can be reached ↵murphy2010-04-1417-13058/+0
| | | | at http://svn.rubychan.de/coderay-scanner-tests/trunk.
* Upporting changes from 0.9.2 (vs. 0.9.1).murphy2010-03-312-0/+18
|
* Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to ↵murphy2009-12-289-149/+989
| | | | trunk.
* Updated PHP scanner (#36)murphy2009-10-204-161/+327
| | | | | | | | * highlighting of class and function definitions * improved HTML/PHP detection * heredocs (simple) * a new test for classes
* Updated PHP scanner: added a test, improved HTML/PHP detection, cleanup.murphy2009-10-192-0/+2
|
* Cleanups and minor fixes to PHP scanner (issue #36).murphy2009-04-221-2/+2
|
* Lots of improvements for the PHP scanner.murphy2009-04-222-509/+509
|
* Many improvements to PHP Scanner.murphy2009-04-203-1825/+1825
| | | | | | | | * 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-207-0/+12032
* 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.