diff options
author | Jharrod LaFon <jharrod.lafon@gmail.com> | 2014-04-14 18:06:42 -0400 |
---|---|---|
committer | Jharrod LaFon <jharrod.lafon@gmail.com> | 2014-04-14 18:06:42 -0400 |
commit | 1946764d7ecfd7c770c6e3bbadd5f78da67f6676 (patch) | |
tree | f15a1c76fea074704786e027fcbd723d0f2104d7 /pygments/formatters/bbcode.py | |
parent | eb1ea996fa37bed736ffa63fd5b96cb39cff7c7f (diff) | |
parent | 01faf9753ed8a008edd8c960cd42bc9a0594b780 (diff) | |
download | pygments-1946764d7ecfd7c770c6e3bbadd5f78da67f6676.tar.gz |
Correctly match valid identifiers in PHP that include unicode characters
Diffstat (limited to 'pygments/formatters/bbcode.py')
-rw-r--r-- | pygments/formatters/bbcode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/formatters/bbcode.py b/pygments/formatters/bbcode.py index 15faff6c..21525f1c 100644 --- a/pygments/formatters/bbcode.py +++ b/pygments/formatters/bbcode.py @@ -5,7 +5,7 @@ BBcode formatter. - :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |