diff options
author | Georg Brandl <georg@python.org> | 2012-02-04 19:58:58 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-02-04 19:58:58 +0100 |
commit | 9183c0c2b9fbc856219cb4446cc9b2843ff2675a (patch) | |
tree | 386df739bf4eb5720ae602a767ab81fb8840f58b | |
parent | 2088672fbde9d2b793742c0be2985e228d62ddd7 (diff) | |
download | pygments-9183c0c2b9fbc856219cb4446cc9b2843ff2675a.tar.gz |
OpenEdge: add changelog/attribution.
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | CHANGES | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -93,6 +93,7 @@ Other contributors, listed alphabetically, are: * Jeremy Thurgood -- Erlang, Squid config lexers * Erick Tryzelaar -- Felix lexer * Daniele Varrazzo -- PostgreSQL lexers +* Abe Voelker -- OpenEdge ABL lexer * Whitney Young -- ObjectiveC lexer * Nathan Weizenbaum -- Haml and Sass lexers * Dietmar Winkler -- Modelica lexer @@ -31,6 +31,7 @@ Version 1.5 * MoonScript (PR#43) * ECL (PR#29) * Urbiscript (PR#17) + * OpenEdge ABL (PR#27) - In the LaTeX formatter, escape special &, < and > chars (#648). |