--- a/ThirdParty/Pygments/pygments/styles/__init__.py Mon Mar 12 19:01:48 2012 +0100 +++ b/ThirdParty/Pygments/pygments/styles/__init__.py Mon Mar 12 19:03:42 2012 +0100 @@ -5,7 +5,7 @@ Contains built-in styles. - :copyright: Copyright 2006-2010 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2012 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ @@ -33,6 +33,7 @@ 'vim': 'vim::VimStyle', 'vs': 'vs::VisualStudioStyle', 'tango': 'tango::TangoStyle', + 'rrt': 'rrt::RrtStyle', }