recognize jinja2 file extensions as HTML

This commit is contained in:
Alan Hamlett 2013-10-31 17:16:38 -07:00
parent 8f38ba5932
commit 4e8d3ead82
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ log = logging.getLogger(__name__)
# force file name extensions to be recognized as a certain language
EXTENSIONS = {
'md': 'Markdown',
'j2': 'HTML',
}
TRANSLATIONS = {
'CSS+Genshi Text': 'CSS',