Skip to content

Commit c45c7e6

Browse files
committed
remove RMarkdown from the linguist match list
1 parent d8048ae commit c45c7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/github/markup/markdown.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Markdown < Implementation
3131
def initialize
3232
super(
3333
/md|mkdn?|mdwn|mdown|markdown|litcoffee/i,
34-
["Markdown", "RMarkdown", "Literate CoffeeScript"])
34+
["Markdown", "Literate CoffeeScript"])
3535
end
3636

3737
def load

0 commit comments

Comments
 (0)