diff options
| author | Tim Hatch <tim@timhatch.com> | 2015-10-13 14:02:39 -0700 |
|---|---|---|
| committer | Tim Hatch <tim@timhatch.com> | 2015-10-13 14:02:39 -0700 |
| commit | 7e7b5f4e3ac21f68372ea44f01eb6caefe95e4a4 (patch) | |
| tree | 59901406f5095bedbd096600b2e131c4a1b52189 /pygments/styles/xcode.py | |
| parent | 4ed3436e685c1ce41706d0cb78d0a4c1b6ffa0ae (diff) | |
| parent | b95523e4d56ee3d409e31f377a9d4ff9f85149bd (diff) | |
| download | pygments-7e7b5f4e3ac21f68372ea44f01eb6caefe95e4a4.tar.gz | |
Merged bucaran/pygments-main (default branch, manually) (pull request #422)
Add FishShellLexer
Diffstat (limited to 'pygments/styles/xcode.py')
| -rw-r--r-- | pygments/styles/xcode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/styles/xcode.py b/pygments/styles/xcode.py index 8bb2c24e..3dc9240d 100644 --- a/pygments/styles/xcode.py +++ b/pygments/styles/xcode.py @@ -5,7 +5,7 @@ Style similar to the `Xcode` default theme. - :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. """ |
