metafile: extend ext list
Closes Homebrew/homebrew#35820. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
7f7742c2b6
commit
b109e4f1f1
@ -1,5 +1,9 @@
|
|||||||
class Metafiles
|
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[
|
BASENAMES = %w[
|
||||||
about authors changelog changes copying copyright history license licence
|
about authors changelog changes copying copyright history license licence
|
||||||
news notes notice readme todo
|
news notes notice readme todo
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user