diff options
author | Georg Brandl <georg@python.org> | 2013-01-09 15:17:49 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-01-09 15:17:49 +0100 |
commit | c8008dd9da46d9a661eb7668c05ffae1215fcd87 (patch) | |
tree | 1581377312345bb7eb5e2d73b40d9cef7ce0d8d9 | |
parent | 1f5bc0f3209f8f62a11a9b1181f22180e8916d25 (diff) | |
download | pygments-c8008dd9da46d9a661eb7668c05ffae1215fcd87.tar.gz |
Add attribution and changelog entry for AutoIt.
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | CHANGES | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 @@ -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) |