summaryrefslogtreecommitdiff
path: root/scripts/vim2pygments.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2022-01-25 07:36:28 +0100
committerGeorg Brandl <georg@python.org>2022-01-25 07:36:28 +0100
commitab4afd821aa41403f7a0b1e714112c40b2ad843b (patch)
tree0c85bfe605d166949e296e751bf9378f839bc5b2 /scripts/vim2pygments.py
parent74af2e2eb2002c7a1c8d138b6c0ccde98380ff2a (diff)
downloadpygments-git-ab4afd821aa41403f7a0b1e714112c40b2ad843b.tar.gz
Happy new year.
Diffstat (limited to 'scripts/vim2pygments.py')
-rwxr-xr-xscripts/vim2pygments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vim2pygments.py b/scripts/vim2pygments.py
index b6831695..ec9b63b7 100755
--- a/scripts/vim2pygments.py
+++ b/scripts/vim2pygments.py
@@ -6,7 +6,7 @@
This script converts vim colorscheme files to valid pygments
style classes meant for putting into modules.
- :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.
"""