Commit ad3acff40990edf0ea3a380b8aa862098612f06a
Exists in
spb-stable
and in
3 other branches
Merge pull request #6469 from mojavelinux/master
Add .adoc file extension for AsciiDoc
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/helpers/tree_helper.rb
... | ... | @@ -40,7 +40,7 @@ module TreeHelper |
40 | 40 | # Returns boolean |
41 | 41 | def markup?(filename) |
42 | 42 | filename.downcase.end_with?(*%w(.textile .rdoc .org .creole |
43 | - .mediawiki .rst .asciidoc .pod)) | |
43 | + .mediawiki .rst .adoc .asciidoc .pod)) | |
44 | 44 | end |
45 | 45 | |
46 | 46 | def gitlab_markdown?(filename) | ... | ... |