Add deface extension support.

This commit is contained in:
Jeff Dutil
2013-02-23 16:03:51 -05:00
parent 8afd6a1bd8
commit e33cf5f933

View File

@@ -540,7 +540,9 @@ HTML+ERB:
- erb
primary_extension: .erb
extensions:
- .erb.deface
- .html.erb
- .html.erb.deface
HTML+PHP:
type: markup
@@ -555,6 +557,9 @@ Haml:
group: HTML
type: markup
primary_extension: .haml
extensions:
- .haml.deface
- .html.haml.deface
Handlebars:
type: markup