Skip to content

Commit

Permalink
add .cshtml ext
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed Jan 22, 2018
1 parent 6f94c1b commit c5502de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commands/template/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ const (

var (
allowedExtensions = []string{
// Text
// Templates / Text
".md",
".txt",
".html",
".htm",
".cshtml",
".rtf",
// Configuration
".json",
Expand Down

0 comments on commit c5502de

Please sign in to comment.