From e03588aa0a33dac5edf53c199ff025ac1b0eb67e Mon Sep 17 00:00:00 2001 From: mitsuhiko Date: Thu, 11 Oct 2007 08:00:04 +0200 Subject: [PATCH] added more languages --- lodgeit/lib/highlighting.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lodgeit/lib/highlighting.py b/lodgeit/lib/highlighting.py index 40e63cc..cd8214d 100644 --- a/lodgeit/lib/highlighting.py +++ b/lodgeit/lib/highlighting.py @@ -55,6 +55,10 @@ LANGUAGES = { 'irc': 'IRC Logs', 'diff': 'Unified Diff', 'vim': 'Vim Scripts' + 'ocaml': 'OCaml', + 'sql': 'SQL', + 'squidconf': 'SquidConf', + 'sourceslist': 'sources.list' } STYLES = dict((x, x.title()) for x in get_all_styles())