summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-08-23 22:59:49 +0200
committerGeorg Brandl <georg@python.org>2008-08-23 22:59:49 +0200
commit45938d501cdb27b905aeec2bc1e77e251762dbea (patch)
tree48334cfc65ce2f03a6514ceca2856e2722b3e90c
parent2921863fbe18ecd29025b7a9d08a42603fdf98ba (diff)
parentdf8d9e200214c4bd3221cfb68ba81a478ce34aa2 (diff)
downloadpygments-git-0.11.tar.gz
Merge with TIm.0.11
-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 770c8151..f9b3887c 100644
--- a/pygments/lexers/other.py
+++ b/pygments/lexers/other.py
@@ -222,7 +222,7 @@ class SqliteConsoleLexer(Lexer):
"""
name = 'sqlite3con'
- aliases = []
+ aliases = ['sqlite3']
filenames = ['*.sqlite3-console']
mimetypes = ['text/x-sqlite3-console']