summaryrefslogtreecommitdiff
path: root/pygments/lexers/php.py
Commit message (Expand)AuthorAgeFilesLines
* Copyright update.Georg Brandl2017-01-221-1/+1
* Prevent runaway escapes in php string.Tim Hatch2016-06-011-1/+1
* Add tokens for string affixes and heredoc delimiters. Add lexing for them in ...Miikka Salminen2016-02-061-1/+3
* Changed the lexing of PHP magic variables to constants.Miikka Salminen2016-02-031-3/+3
* Adds an entry to changelog. Adds magic method and variable lexing for PHP alo...Miikka Salminen2016-02-031-5/+25
* Copyright year update.Georg Brandl2015-01-211-1/+1
* Closes #1055: fixup guessing routines for HTML/XML related markupGeorg Brandl2014-11-081-2/+0
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-061-5/+5
* Closes #1043: fix PHP closing tag recognitionGeorg Brandl2014-10-171-1/+2
* PHP: allow spaces before heredoc end tokenGeorg Brandl2014-10-071-1/+1
* move module names from _XXXbuiltins to _XXX_builtins to be consistentGeorg Brandl2014-10-041-3/+3
* Merged in whatthejeff/pygments-main (pull request #382)Georg Brandl2014-09-201-1/+1
* split up web lexersGeorg Brandl2014-09-191-0/+246