diff options
| author | Georg Brandl <georg@python.org> | 2008-08-23 22:59:49 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2008-08-23 22:59:49 +0200 |
| commit | 45938d501cdb27b905aeec2bc1e77e251762dbea (patch) | |
| tree | 48334cfc65ce2f03a6514ceca2856e2722b3e90c | |
| parent | 2921863fbe18ecd29025b7a9d08a42603fdf98ba (diff) | |
| parent | df8d9e200214c4bd3221cfb68ba81a478ce34aa2 (diff) | |
| download | pygments-git-0.11.tar.gz | |
Merge with TIm.0.11
| -rw-r--r-- | pygments/lexers/other.py | 2 |
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'] |
