summaryrefslogtreecommitdiff
path: root/pygments/lexers/other.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/lexers/other.py')
-rw-r--r--pygments/lexers/other.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/other.py b/pygments/lexers/other.py
index 1a56f72e..0cf785cc 100644
--- a/pygments/lexers/other.py
+++ b/pygments/lexers/other.py
@@ -2853,7 +2853,7 @@ class AwkLexer(RegexLexer):
name = 'Awk'
aliases = ['awk', 'gawk', 'mawk', 'nawk']
filenames = ['*.awk']
- mimetype = ['application/x-awk']
+ mimetypes = ['application/x-awk']
tokens = {
'commentsandwhitespace': [