Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all files, redirect to GitHub.HEADmaster | Matth?us G. Chajdas | 2019-11-10 | 1 | -270/+0 |
| | |||||
* | Fixup all headers and some more minor problems.2.4.2 | Georg Brandl | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | Fix #1482. | Matth?us G. Chajdas | 2019-03-06 | 1 | -1/+4 |
| | | | | Add a shebang_match for php. | ||||
* | Fix remaining 'DeprecationWarning: invalid escape sequence' occurrences in ↵ | Andreas Kloeckner | 2018-06-19 | 1 | -2/+2 |
| | | | | lexer files | ||||
* | Copyright update. | Georg Brandl | 2017-01-22 | 1 | -1/+1 |
| | |||||
* | Prevent runaway escapes in php string. | Tim Hatch | 2016-06-01 | 1 | -1/+1 |
| | | | | Fixes #1184 | ||||
* | Add tokens for string affixes and heredoc delimiters. Add lexing for them in ↵ | Miikka Salminen | 2016-02-06 | 1 | -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 Salminen | 2016-02-03 | 1 | -3/+3 |
| | |||||
* | Adds an entry to changelog. Adds magic method and variable lexing for PHP ↵ | Miikka Salminen | 2016-02-03 | 1 | -5/+25 |
| | | | | along with corresponding changes in a test file. | ||||
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Closes #1055: fixup guessing routines for HTML/XML related markup | Georg Brandl | 2014-11-08 | 1 | -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 modules | Georg Brandl | 2014-11-06 | 1 | -5/+5 |
| | |||||
* | Closes #1043: fix PHP closing tag recognition | Georg Brandl | 2014-10-17 | 1 | -1/+2 |
| | |||||
* | PHP: allow spaces before heredoc end token | Georg Brandl | 2014-10-07 | 1 | -1/+1 |
| | |||||
* | move module names from _XXXbuiltins to _XXX_builtins to be consistent | Georg Brandl | 2014-10-04 | 1 | -3/+3 |
| | |||||
* | Merged in whatthejeff/pygments-main (pull request #382) | Georg Brandl | 2014-09-20 | 1 | -1/+1 |
| | |||||
* | split up web lexers | Georg Brandl | 2014-09-19 | 1 | -0/+246 |