summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Hoelz <rob@hoelz.ro>2013-05-10 18:25:18 +0200
committerRob Hoelz <rob@hoelz.ro>2013-05-10 18:25:18 +0200
commit287376f695c749c902f806fb1f246e2e739174d7 (patch)
tree286dba87a15ec01b61ea736f73d3079314efcc5f
parent60bee02378776bf7400fe42784e706083c7a7a81 (diff)
downloadpygments-287376f695c749c902f806fb1f246e2e739174d7.tar.gz
Add Rob Hoelz to AUTHORS
Also add Perl 6 lexer to CHANGES
-rw-r--r--AUTHORS1
-rw-r--r--CHANGES1
2 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 34b40db4..79e53e56 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -53,6 +53,7 @@ Other contributors, listed alphabetically, are:
* Greg Hendershott -- Racket lexer
* David Hess, Fish Software, Inc. -- Objective-J lexer
* Varun Hiremath -- Debian control lexer
+* Rob Hoelz -- Perl 6 lexer
* Doug Hogan -- Mscgen lexer
* Ben Hollis -- Mason lexer
* Dustin Howett -- Logos lexer
diff --git a/CHANGES b/CHANGES
index a422db88..bcca573b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,7 @@ Version 1.7
- Lexers added:
* Clay (PR#184)
+ * Perl 6 (PR#181)
- Python 3 lexer: add new exceptions from PEP 3151.