recognize jinja2 file extensions as HTML
This commit is contained in:
parent
8f38ba5932
commit
4e8d3ead82
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue