diff options
| author | Georg Brandl <georg@python.org> | 2007-05-29 09:01:20 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2007-05-29 09:01:20 +0200 |
| commit | 7e5bfc94c1593107351705212b1958717a93c2aa (patch) | |
| tree | 1243cdf5fc89219ad9408b0ab4be006a77170fe4 | |
| parent | cf35f89a9bbe0790bab1af510edd903717d86f49 (diff) | |
| download | pygments-git-7e5bfc94c1593107351705212b1958717a93c2aa.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. """ |
