added more languages

This commit is contained in:
mitsuhiko 2007-10-11 08:00:04 +02:00
parent e0835f16ee
commit e03588aa0a

View File

@ -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())