| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
