Add Pretty Diff support for Mustache

This commit is contained in:
Keith (Neon) 2017-04-12 15:22:13 -04:00 committed by GitHub
parent 84a81021be
commit 0d3649a9f7
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ module.exports = class PrettyDiff extends Beautifier
EJS: true EJS: true
HTML: true HTML: true
Handlebars: true Handlebars: true
Mustache: true
Nunjucks: true Nunjucks: true
XML: true XML: true
SVG: true SVG: true