Skip to content

Commit

Permalink
[add] The R language was added
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahmoudian authored and wyhaya committed Aug 7, 2019
1 parent cc93dbd commit 4924d56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ pub fn new() -> Config {
);
language!("Python", vec!["py"], regex!(r#"#"#), None);
language!("Perl", vec!["pl", "pm"], None, None);
language!("R", vec!["r"], regex!(r#"#"#), None);
language!(
"Rust",
vec!["rs"],
Expand Down

0 comments on commit 4924d56

Please sign in to comment.