diff options
author | Fabrizio Riguzzi <fabrizio.riguzzi@unife.it> | 2022-01-25 10:18:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-25 10:18:58 +0100 |
commit | 308f4c8f2992431d3b1fcdcc313b43182cb93ff3 (patch) | |
tree | 39f1ea6b8ce5ace3bbecd2099c2da5c5960ca6b5 /pygments/lexer.py | |
parent | 52c1cd36ce17297c084b8c740b8a8b52ab497506 (diff) | |
parent | b72aa84b2904179f0a3da8cdae027d2fa486ec44 (diff) | |
download | pygments-git-308f4c8f2992431d3b1fcdcc313b43182cb93ff3.tar.gz |
Merge branch 'pygments:master' into master
Diffstat (limited to 'pygments/lexer.py')
-rw-r--r-- | pygments/lexer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexer.py b/pygments/lexer.py index dcbfcb8e..69753fcb 100644 --- a/pygments/lexer.py +++ b/pygments/lexer.py @@ -4,7 +4,7 @@ Base lexer classes. - :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |