summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-01-09 15:17:49 +0100
committerGeorg Brandl <georg@python.org>2013-01-09 15:17:49 +0100
commitc8008dd9da46d9a661eb7668c05ffae1215fcd87 (patch)
tree1581377312345bb7eb5e2d73b40d9cef7ce0d8d9
parent1f5bc0f3209f8f62a11a9b1181f22180e8916d25 (diff)
downloadpygments-c8008dd9da46d9a661eb7668c05ffae1215fcd87.tar.gz
Add attribution and changelog entry for AutoIt.
-rw-r--r--AUTHORS1
-rw-r--r--CHANGES1
2 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index ba8a8eac..06b5ed0f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -109,6 +109,7 @@ Other contributors, listed alphabetically, are:
* Joe Schafer -- Ada lexer
* Ken Schutte -- Matlab lexers
* Tassilo Schweyer -- Io, MOOCode lexers
+* Ted Shaw -- AutoIt lexer
* Joerg Sieker -- ABAP lexer
* Robert Simmons -- Standard ML lexer
* Kirill Simonov -- YAML lexer
diff --git a/CHANGES b/CHANGES
index 117c9d13..90e1777e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,7 @@ Version 1.6
- Lexers added:
* AspectJ (PR#90)
+ * AutoIt (PR#122)
* BUGS-like languages (PR#89)
* Ceylon (PR#86)
* Croc (new name for MiniD)