summaryrefslogtreecommitdiffstats
path: root/hugofs/files/classifier.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugofs/files/classifier.go')
-rw-r--r--hugofs/files/classifier.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/hugofs/files/classifier.go b/hugofs/files/classifier.go
index 35e416c8f..f0e0911ab 100644
--- a/hugofs/files/classifier.go
+++ b/hugofs/files/classifier.go
@@ -42,12 +42,14 @@ var (
"rest", "rst",
"mmark",
"org",
- "pandoc", "pdc"}
+ "pandoc", "pdc",
+ }
contentFileExtensionsSet map[string]bool
htmlFileExtensions = []string{
- "html", "htm"}
+ "html", "htm",
+ }
htmlFileExtensionsSet map[string]bool
)