From 8f5eaee9522096ca113d8eef74392ba0f69286c8 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Wed, 15 Nov 2017 20:38:30 +0000 Subject: [PATCH] Whitelist yml and tml extensions --- file.go | 1 + 1 file changed, 1 insertion(+) diff --git a/file.go b/file.go index fa98fed1..01ee82c3 100644 --- a/file.go +++ b/file.go @@ -419,6 +419,7 @@ var textExtensions = [...]string{ ".md", ".markdown", ".mdown", ".mmark", ".asciidoc", ".adoc", ".ad", ".rst", + ".tml", ".yml", ".json", ".toml", ".yaml", ".csv", ".xml", ".rss", ".conf", ".ini", ".tex", ".sty", ".css", ".sass", ".scss",