summaryrefslogtreecommitdiff
path: root/pygments/lexers/php.py
Commit message (Collapse)AuthorAgeFilesLines
* Copyright update.Georg Brandl2017-01-221-1/+1
|
* Prevent runaway escapes in php string.Tim Hatch2016-06-011-1/+1
| | | | Fixes #1184
* Add tokens for string affixes and heredoc delimiters. Add lexing for them in ↵Miikka Salminen2016-02-061-1/+3
| | | | C/C++, Perl, PHP, Python and Ruby. Update my old style Lovelace accordingly.
* 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 ↵Miikka Salminen2016-02-031-5/+25
| | | | along with corresponding changes in a test file.
* Copyright year update.Georg Brandl2015-01-211-1/+1
|
* Closes #1055: fixup guessing routines for HTML/XML related markupGeorg Brandl2014-11-081-2/+0
| | | | | | | * remove too broad recognition for Lasso lexer * recognize XML declaration (<?xml ...?>) as XML * make HTML doctype recognition more general (HTML5 only requires <!DOCTYPE html>) * fix PHP not to recognize XML declarations
* 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