summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/php.rb
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups for C, C++, CSS, Delphi, Groovy, Java, PHP, Python, RHTML, XML, and ↵murphy2010-03-261-3/+9
| | | | YAML scanners.
* Don't cache the CaseIgnoringWordLists.murphy2009-12-301-1/+1
|
* Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to ↵murphy2009-12-281-54/+143
| | | | trunk.
* Updated PHP scanner (#36)murphy2009-10-201-8/+42
| | | | | | | | * highlighting of class and function definitions * improved HTML/PHP detection * heredocs (simple) * a new test for classes
* Made FileType work with Pathname (closes #118).murphy2009-10-201-0/+1
|
* Updated PHP scanner: added a test, improved HTML/PHP detection, cleanup.murphy2009-10-191-10/+8
|
* Cleanups and minor fixes to PHP scanner (issue #36).murphy2009-04-221-25/+18
|
* Lots of improvements for the PHP scanner.murphy2009-04-221-105/+126
|
* Many improvements to PHP Scanner.murphy2009-04-201-108/+214
| | | | | | | | * 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/+284
* 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.