diff options
author | gbrandl <devnull@localhost> | 2007-05-29 09:01:20 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-05-29 09:01:20 +0200 |
commit | 083e0708833fdeb19b6903e6c41bee117214eefd (patch) | |
tree | 1243cdf5fc89219ad9408b0ab4be006a77170fe4 | |
parent | 248cc62ae71786549ba7731b63dee17db1d8350e (diff) | |
download | pygments-083e0708833fdeb19b6903e6c41bee117214eefd.tar.gz |
[svn] Update changelog and add a copyright entry.
-rw-r--r-- | CHANGES | 5 | ||||
-rw-r--r-- | pygments/lexers/agile.py | 2 |
2 files changed, 3 insertions, 4 deletions
@@ -3,7 +3,7 @@ Pygments changelog Version 0.8 (in development) ---------------------------- -(codename Maikäfer, released May XX, 2007) +(codename Maikäfer, released May 29, 2007) - Lexers added: @@ -12,6 +12,7 @@ Version 0.8 (in development) * D, thanks to Kirk McDonald * MuPad, thanks to Christopher Creutzig * MiniD, thanks to Jarrett Billingsley + * Vim Script, by Tim Hatch - The `CSharpLexer` now is Unicode-aware, which means that it has an option that can be set so that it correctly lexes Unicode identifiers @@ -41,8 +42,6 @@ Version 0.8 (in development) - Fixed a bug in the `RawTokenFormatter`. -- added vim lexer contributed by Tim Hatch - Version 0.7.1 ------------- diff --git a/pygments/lexers/agile.py b/pygments/lexers/agile.py index 40ed96f5..9ced1ca8 100644 --- a/pygments/lexers/agile.py +++ b/pygments/lexers/agile.py @@ -6,7 +6,7 @@ Lexers for agile languages. :copyright: 2006-2007 by Georg Brandl, Armin Ronacher, - Lukas Meuser, Tim Hatch. + Lukas Meuser, Tim Hatch, Jarrett Billingsley. :license: BSD, see LICENSE for more details. """ |