Skip to content

Commit

Permalink
o2sh#234 Update Rust ascii art
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenquannnn committed Oct 14, 2020
1 parent 072c421 commit 331b045
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions resources/rust2.ascii
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{0}
{0}
{0}
{0} R RR RR
{0} RRRRRRRRRR R
{0} R RRRRRRRRRRRRRRR
{0} RRRRRRRRRRRRRRRRR R
{0} R RR RRRRRRRRRRRRRRRRRRRRRR RR
{0} R RRR RRRRRRRRRRRRRRRRRRRRR RRR R
{0}RRR RR RRRRRRRRRRRRRRRRRRRRRRRRR RRRRR
{0} RRRRR RRRRRRRRRRRRRRRRRRRRRRRR RRRR
{0} RRR RRRRRRRRRRRRRRRRRRRRRRRRRRRR RR
{0} R RRRRRRRRRR{1}= {0}RR{1} = {0}RRRRRRRRRRR
{0} RRRRRRRRRRR{1} = {0}RR{1} = {0}RRRRRRRRRR
{0} RRRRRRRRRRR RR RRRRRRRRRR
{0} RR==RRRRRRRRRRRRRRRRRRRRRR===RR
{0} RR = .==RRRRRRR RRRRRR== = Rr
{0} RR = =========== = RR
{0} RR R
{0} R R
{0} R
{0}
{0}
{0}
{0}
2 changes: 1 addition & 1 deletion src/onefetch/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ define_languages! {
{ R, "r.ascii", "R", vec![Color::White, Color::Blue] },
{ Racket, "racket.ascii", "Racket", vec![Color::Red, Color::White, Color::Blue] },
{ Ruby, "ruby.ascii", "Ruby", vec![Color::Magenta] },
{ Rust, "rust.ascii", "Rust", vec![Color::White, Color::Red] },
{ Rust, "rust2.ascii", "Rust", vec![Color::Red, Color::White] },
{ Scala, "scala.ascii", "Scala", vec![Color::Blue] },
{ Sh, "shell.ascii", "Shell", vec![Color::Green], "shell" },
{ Swift, "swift.ascii", "Swift", vec![Color::Red] },
Expand Down

0 comments on commit 331b045

Please sign in to comment.