Closes #905. Add Handlebars support to Pretty Diff beautifier

This commit is contained in:
Glavin Wiechert 2016-04-12 00:30:05 -03:00
parent 0e7c942cb8
commit aeb39566ab
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ module.exports = class PrettyDiff extends Beautifier
ERB: true ERB: true
EJS: true EJS: true
HTML: true HTML: true
Handlebars: true
XML: true XML: true
SVG: true SVG: true
Spacebars: true Spacebars: true