Skip to content

Commit

Permalink
Add support for ejs files (Embedded JS)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouder committed Oct 4, 2016
1 parent bf0c292 commit 57944e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/header-42.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = Header42 =
headers = [
['^(Makefile)$', 'Makefile.header'],
['^.*\.(sh)$', 'Makefile.header'],
['^.*\.(html|ejs)$', 'Html.header'],
['^.*\.(html|ejs)$', 'Html.header'],
['^.*\.(c|cpp|h|hpp|js|css|cs|scala|rs|go|swift)$', 'C.header'],
['^.*\.(php)$', 'Php.header'],
['^.*\.(lua)$', 'Lua.header'],
Expand Down

0 comments on commit 57944e2

Please sign in to comment.