diff options
author | Georg Brandl <georg@python.org> | 2017-01-22 19:04:18 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2017-01-22 19:04:18 +0100 |
commit | a10de10150fc543a5e5e17c883cc88d6ef1826fd (patch) | |
tree | 81f751a044aa1ca25f3a5aa7615c12dd5ad2e89a /pygments/styles/stata.py | |
parent | 333d54b5362efec768ebc72d027a6d78f652c5b2 (diff) | |
download | pygments-git-a10de10150fc543a5e5e17c883cc88d6ef1826fd.tar.gz |
Housekeeping.
Diffstat (limited to 'pygments/styles/stata.py')
-rw-r--r-- | pygments/styles/stata.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pygments/styles/stata.py b/pygments/styles/stata.py index 2d8abb7e..2b5f5edd 100644 --- a/pygments/styles/stata.py +++ b/pygments/styles/stata.py @@ -6,6 +6,9 @@ Style inspired by Stata's do-file editor. Note this is not meant to be a complete style. It's merely meant to mimic Stata's do file editor syntax highlighting. + + :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. """ from pygments.style import Style |