summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-02-04 19:58:58 +0100
committerGeorg Brandl <georg@python.org>2012-02-04 19:58:58 +0100
commit9183c0c2b9fbc856219cb4446cc9b2843ff2675a (patch)
tree386df739bf4eb5720ae602a767ab81fb8840f58b
parent2088672fbde9d2b793742c0be2985e228d62ddd7 (diff)
downloadpygments-9183c0c2b9fbc856219cb4446cc9b2843ff2675a.tar.gz
OpenEdge: add changelog/attribution.
-rw-r--r--AUTHORS1
-rw-r--r--CHANGES1
2 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index c581efcb..f7672ef9 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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
diff --git a/CHANGES b/CHANGES
index f2e030cf..02895369 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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).