From b109e4f1f1c39fb4d7ba49dc954c4de9ab3d286b Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Tue, 13 Jan 2015 21:22:12 +0800 Subject: metafile: extend ext list Closes Homebrew/homebrew#35820. Signed-off-by: Jack Nagel --- Library/Homebrew/metafiles.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/metafiles.rb b/Library/Homebrew/metafiles.rb index c0a920912..6d8f71f2a 100644 --- a/Library/Homebrew/metafiles.rb +++ b/Library/Homebrew/metafiles.rb @@ -1,5 +1,9 @@ class Metafiles - EXTENSIONS = %w[.md .html .rtf .txt] + # https://github.com/github/markup#markups + EXTENSIONS = %w[ + .adoc .asc .asciidoc .creole .html .markdown .md .mdown .mediawiki .mkdn + .org .pod .rdoc .rst .rtf .textile .txt .wiki + ] BASENAMES = %w[ about authors changelog changes copying copyright history license licence news notes notice readme todo -- cgit v1.2.3