Add Go to lexers list.

This commit is contained in:
Georg Brandl
2010-01-10 11:17:08 +01:00
parent a8f1c65e75
commit 65a46061f2

View File

@@ -100,7 +100,8 @@ LANGUAGES = {
'lighttpd': _('Lighttpd'),
'nginx': _('Nginx'),
'yaml': _('YAML'),
'xslt': _('XSLT')
'xslt': _('XSLT'),
'go': _('Go'),
}
STYLES = dict((x, x.title()) for x in get_all_styles())