# HG changeset patch # User gbrandl # Date 1219601619 -7200 # Sun Aug 24 20:13:39 2008 +0200 # Branch trunk # Node ID 13834ec94d2c5a90a68bc2c2a327abd962c486bc # Parent 0a73658042686d0ac7f99ed523b83585371cbe7a Fix mapfile for sqlite3 change. diff --git a/pygments/lexers/_mapping.py b/pygments/lexers/_mapping.py --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -125,7 +125,7 @@ 'SmartyLexer': ('pygments.lexers.templates', 'Smarty', ('smarty',), ('*.tpl',), ('application/x-smarty',)), 'SourcesListLexer': ('pygments.lexers.text', 'Debian Sourcelist', ('sourceslist', 'sources.list'), ('sources.list',), ()), 'SqlLexer': ('pygments.lexers.other', 'SQL', ('sql',), ('*.sql',), ('text/x-sql',)), - 'SqliteConsoleLexer': ('pygments.lexers.other', 'sqlite3con', (), ('*.sqlite3-console',), ('text/x-sqlite3-console',)), + 'SqliteConsoleLexer': ('pygments.lexers.other', 'sqlite3con', ('sqlite3',), ('*.sqlite3-console',), ('text/x-sqlite3-console',)), 'SquidConfLexer': ('pygments.lexers.text', 'SquidConf', ('squidconf', 'squid.conf', 'squid'), ('squid.conf',), ('text/x-squidconf',)), 'TclLexer': ('pygments.lexers.agile', 'Tcl', ('tcl',), ('*.tcl',), ('text/x-tcl', 'text/x-script.tcl', 'application/x-tcl')), 'TcshLexer': ('pygments.lexers.other', 'Tcsh', ('tcsh', 'csh'), ('*.tcsh', '*.csh'), ('application/x-csh',)),