Commit ad3acff4 authored by Sytse Sijbrandij's avatar Sytse Sijbrandij

Merge pull request #6469 from mojavelinux/master

Add .adoc file extension for AsciiDoc
parents 6b522bf9 4239e457
......@@ -40,7 +40,7 @@ module TreeHelper
# Returns boolean
def markup?(filename)
filename.downcase.end_with?(*%w(.textile .rdoc .org .creole
.mediawiki .rst .asciidoc .pod))
.mediawiki .rst .adoc .asciidoc .pod))
end
def gitlab_markdown?(filename)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment