From c4fa47c1fffc12e0f31ff4c429d2c5cc6125dbf1 Mon Sep 17 00:00:00 2001 From: mitsuhiko Date: Thu, 11 Oct 2007 08:00:41 +0200 Subject: [PATCH] added missing comma --- lodgeit/lib/highlighting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lodgeit/lib/highlighting.py b/lodgeit/lib/highlighting.py index cd8214d..cc6ff76 100644 --- a/lodgeit/lib/highlighting.py +++ b/lodgeit/lib/highlighting.py @@ -54,7 +54,7 @@ LANGUAGES = { 'rst': 'reStructuredText', 'irc': 'IRC Logs', 'diff': 'Unified Diff', - 'vim': 'Vim Scripts' + 'vim': 'Vim Scripts', 'ocaml': 'OCaml', 'sql': 'SQL', 'squidconf': 'SquidConf',