Skip to content

Commit

Permalink
remove RMarkdown from the linguist match list
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Oct 18, 2018
1 parent d8048ae commit c45c7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github/markup/markdown.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Markdown < Implementation
def initialize
super(
/md|mkdn?|mdwn|mdown|markdown|litcoffee/i,
["Markdown", "RMarkdown", "Literate CoffeeScript"])
["Markdown", "Literate CoffeeScript"])
end

def load
Expand Down

0 comments on commit c45c7e6

Please sign in to comment.