summaryrefslogtreecommitdiff
path: root/pygments/lexers/_mapping.py
diff options
context:
space:
mode:
authorMichael Galloy <mgalloy@gmail.com>2012-10-18 18:30:08 -0600
committerMichael Galloy <mgalloy@gmail.com>2012-10-18 18:30:08 -0600
commit5b6c6ef9341eaa25f4465081d58ecf03bf34c5a8 (patch)
tree315bfe4fc8013a3654dab00ce898998e03143cfa /pygments/lexers/_mapping.py
parent02528e23b813468ed1b2489475a706a3ae828d81 (diff)
parent12d9b8335f723fd05d297aede60e763814ac6e8b (diff)
downloadpygments-5b6c6ef9341eaa25f4465081d58ecf03bf34c5a8.tar.gz
Merging upstream commits.
Diffstat (limited to 'pygments/lexers/_mapping.py')
-rw-r--r--pygments/lexers/_mapping.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/lexers/_mapping.py b/pygments/lexers/_mapping.py
index 0eca2682..671ed5b5 100644
--- a/pygments/lexers/_mapping.py
+++ b/pygments/lexers/_mapping.py
@@ -122,6 +122,7 @@ LEXERS = {
'HtmlSmartyLexer': ('pygments.lexers.templates', 'HTML+Smarty', ('html+smarty',), (), ('text/html+smarty',)),
'HttpLexer': ('pygments.lexers.text', 'HTTP', ('http',), (), ()),
'HybrisLexer': ('pygments.lexers.other', 'Hybris', ('hybris', 'hy'), ('*.hy', '*.hyb'), ('text/x-hybris', 'application/x-hybris')),
+ 'IDLLexer': ('pygments.lexers.math', 'IDL', ('idl',), ('*.pro',), ('text/idl',)),
'IniLexer': ('pygments.lexers.text', 'INI', ('ini', 'cfg'), ('*.ini', '*.cfg'), ('text/x-ini',)),
'IoLexer': ('pygments.lexers.agile', 'Io', ('io',), ('*.io',), ('text/x-iosrc',)),
'IokeLexer': ('pygments.lexers.jvm', 'Ioke', ('ioke', 'ik'), ('*.ik',), ('text/x-iokesrc',)),