summaryrefslogtreecommitdiff
path: root/pygments/lexers/php.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
* Improve lexing PHP attributes (#2360)Richard van Velzen2023-03-011-1/+11
* Fix lexing PHP anonymous classes with no parameters (#2359)Richard van Velzen2023-03-011-0/+1
* Improve lexing PHP's variable variable syntax (#2358)Richard van Velzen2023-03-011-1/+5
* Support PHP attributes (#2347)Richard van Velzen2023-02-211-0/+1
* all: move often-used "line_re" to pygments.lexerGeorg Brandl2022-10-271-3/+1
* PHP: fix `\"$var\"` inside strings (fixes #2105)Georg Brandl2022-06-301-9/+8
* Rework URL information in lexers.Matthäus G. Chajdas2022-03-201-4/+6
* PHP: 8.x keywords (#2054)Ancarda2022-01-311-2/+2
* Happy new year.Georg Brandl2022-01-251-1/+1
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-1/+0
* Bump copyright year.Matthäus G. Chajdas2021-01-031-1/+1
* all: weed out more backtracking string regexesGeorg Brandl2020-12-251-2/+2
* all: remove "u" string prefix (#1536)Georg Brandl2020-09-081-3/+3
* all: use yield from (#1537)Georg Brandl2020-09-061-6/+4
* Add lexer for PsySH console for PHP (#1438)Ben Ramsey2020-09-041-4/+57
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
* Remove Python 2 compatibility (#1348)Georg Brandl2020-02-291-3/+2
* tests: remove special skip cases for random_input test caseGeorg Brandl2019-12-091-1/+2
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Fix #1482.Matth?us G. Chajdas2019-03-061-1/+4
* Fix remaining 'DeprecationWarning: invalid escape sequence' occurrences in le...Andreas Kloeckner2018-06-191-2/+2
* Copyright update.Georg Brandl2017-01-221-1/+1
* Add support for partials and path segments for Handlebars.Christian Hammond2016-11-041-0/+267