diff options
author | Georg Brandl <georg@python.org> | 2017-01-22 18:32:03 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2017-01-22 18:32:03 +0000 |
commit | 9dbdeeaed19e6d4d1e6f8bae973bac61ddd682d0 (patch) | |
tree | ace915bc11ad4477ae1be0c35b6a4923d46c9c80 /scripts/get_vimkw.py | |
parent | 32f536a056334e3a02a713860dc9294a4d752723 (diff) | |
parent | 2021a297ae428e8f77dfad8fd3245bb4bf4eb6a3 (diff) | |
download | pygments-git-9dbdeeaed19e6d4d1e6f8bae973bac61ddd682d0.tar.gz |
Merged in zhouzhen1/pygments-main/perllexer (pull request #688)
Fix Perl5 lexer for namespaces/modules.
Diffstat (limited to 'scripts/get_vimkw.py')
-rw-r--r-- | scripts/get_vimkw.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get_vimkw.py b/scripts/get_vimkw.py index 45652740..688a0c64 100644 --- a/scripts/get_vimkw.py +++ b/scripts/get_vimkw.py @@ -16,7 +16,7 @@ HEADER = '''\ This file is autogenerated by scripts/get_vimkw.py - :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. """ |