summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.