metafile: extend ext list

Closes Homebrew/homebrew#35820.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Xu Cheng 2015-01-13 21:22:12 +08:00 committed by Jack Nagel
parent 7f7742c2b6
commit b109e4f1f1

View File

@ -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