diff options
| author | Georg Brandl <georg@python.org> | 2017-01-22 17:55:57 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2017-01-22 17:55:57 +0000 |
| commit | 333d54b5362efec768ebc72d027a6d78f652c5b2 (patch) | |
| tree | 56a2f30d55e185e218e29b02e3c89c9de6725ebf /pygments/lexers/php.py | |
| parent | 6317d3addb6b3ff4526ba6d97f926c0f6412c26c (diff) | |
| parent | 61c0967f092e9d92aa18f34fb73b9c7e4f2840ac (diff) | |
| download | pygments-git-333d54b5362efec768ebc72d027a6d78f652c5b2.tar.gz | |
Merged in ben_albrecht/pygments-main/chapel-update (pull request #664)
Fix bug in Chapel lexer
Diffstat (limited to 'pygments/lexers/php.py')
| -rw-r--r-- | pygments/lexers/php.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/php.py b/pygments/lexers/php.py index 1931325a..f618b5fd 100644 --- a/pygments/lexers/php.py +++ b/pygments/lexers/php.py @@ -5,7 +5,7 @@ Lexers for PHP and related languages. - :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |
