From 1cb1705f8e9b3e51433f044be83702fb19d02900 Mon Sep 17 00:00:00 2001 From: Ethan White Date: Thu, 12 Dec 2013 13:39:33 -0500 Subject: [PATCH] Added RMarkdown to the list of languages --- lib/linguist/languages.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index c737bec3..51be998c 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1340,6 +1340,14 @@ RHTML: group: HTML primary_extension: .rhtml +RMarkdown: + type: markup + lexer: Text only + wrap: true + primary_extension: .rmd + extensions: + - .Rmd + Racket: type: programming lexer: Racket