Originally described in github-linguist/linguist#1638:
The markup renderer currently detects all files with .asc extensions as AsciiDoc, although the file extension is also used for AGS Script and Public Key files.
|
markup(:asciidoctor, /adoc|asc(iidoc)?/) do |content| |
This leads to files to be rendered in an unreadable way:
https://github.com/vasofilipov/wisp-game/blob/master/Code/ASCII%20Quick%20Converter.asc
Originally described in github-linguist/linguist#1638:
The markup renderer currently detects all files with
.ascextensions as AsciiDoc, although the file extension is also used for AGS Script and Public Key files.markup/lib/github/markups.rb
Line 29 in 589f299
This leads to files to be rendered in an unreadable way:
https://github.com/vasofilipov/wisp-game/blob/master/Code/ASCII%20Quick%20Converter.asc