aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/metafiles.rb6
1 files changed, 5 insertions, 1 deletions
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