summaryrefslogtreecommitdiff
path: root/pygments/lexers/configs.py
diff options
context:
space:
mode:
authorTim Hatch <tim@timhatch.com>2015-10-14 11:13:18 -0700
committerTim Hatch <tim@timhatch.com>2015-10-14 11:13:18 -0700
commit433ee69c6e1202bd507dfbb0e510cb89b5a71f37 (patch)
treed50a6f79eff4a949d921e6d3177e7dfe618815d8 /pygments/lexers/configs.py
parent4666aadd65431126b1fe039287b29c1e44c44cd6 (diff)
downloadpygments-433ee69c6e1202bd507dfbb0e510cb89b5a71f37.tar.gz
Add .inf to IniLexer
Diffstat (limited to 'pygments/lexers/configs.py')
-rw-r--r--pygments/lexers/configs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/lexers/configs.py b/pygments/lexers/configs.py
index 6b00e5f4..545c5f72 100644
--- a/pygments/lexers/configs.py
+++ b/pygments/lexers/configs.py
@@ -29,8 +29,8 @@ class IniLexer(RegexLexer):
name = 'INI'
aliases = ['ini', 'cfg', 'dosini']
- filenames = ['*.ini', '*.cfg']
- mimetypes = ['text/x-ini']
+ filenames = ['*.ini', '*.cfg', '*.inf']
+ mimetypes = ['text/x-ini', 'text/inf']
tokens = {
'root': [