diff options
author | Georg Brandl <georg@python.org> | 2014-03-04 15:40:51 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-03-04 15:40:51 +0100 |
commit | 80dce73a6162073bfb915c5e4d325ce230c03531 (patch) | |
tree | 81982e9558395197e4572453fa748f5219d59508 /pygments/lexers/_mapping.py | |
parent | 1cfc8a1cfd380392b9a41a4d9468da034ab752d0 (diff) | |
download | pygments-80dce73a6162073bfb915c5e4d325ce230c03531.tar.gz |
Inform: versionadded, remove ".h" file glob, changelog entry.
Diffstat (limited to 'pygments/lexers/_mapping.py')
-rw-r--r-- | pygments/lexers/_mapping.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/_mapping.py b/pygments/lexers/_mapping.py index 594040a5..3fd20467 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -146,7 +146,7 @@ LEXERS = { 'IDLLexer': ('pygments.lexers.math', 'IDL', ('idl',), ('*.pro',), ('text/idl',)), 'IdrisLexer': ('pygments.lexers.functional', 'Idris', ('idris', 'idr'), ('*.idr',), ('text/x-idris',)), 'IgorLexer': ('pygments.lexers.math', 'Igor', ('igor', 'igorpro'), ('*.ipf',), ('text/ipf',)), - 'Inform6Lexer': ('pygments.lexers.compiled', 'Inform 6', ('inform6', 'i6'), ('*.inf', '*.h'), ()), + 'Inform6Lexer': ('pygments.lexers.compiled', 'Inform 6', ('inform6', 'i6'), ('*.inf',), ()), 'Inform6TemplateLexer': ('pygments.lexers.compiled', 'Inform 6 template', ('i6t',), ('*.i6t',), ()), 'Inform7Lexer': ('pygments.lexers.compiled', 'Inform 7', ('inform7', 'i7'), ('*.ni', '*.i7x'), ()), 'IniLexer': ('pygments.lexers.text', 'INI', ('ini', 'cfg', 'dosini'), ('*.ini', '*.cfg'), ('text/x-ini',)), |