Skip to content

Commit

Permalink
Add Scheme language (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust authored Apr 11, 2021
1 parent f88945c commit ae2cc1b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions resources/scheme.ascii
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{0} ////
{0} // //
{0} / //
{0} //
{0} //
{0} //
{0} ////
{0} /// //
{0} /// //
{0} /// //
{0} /// // /
{0} /// // //
{0} /// ////

1 change: 1 addition & 0 deletions src/onefetch/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ define_languages! {
{ Ruby, "ruby.ascii", "Ruby", define_colors!( [Color::Magenta] ) },
{ Rust, "rust.ascii", "Rust", define_colors!( [Color::Red, Color::White] : [Color::TrueColor{ r:228, g:55 ,b:23}, Color::TrueColor{ r:255, g:255 ,b:255} ] ) },
{ Scala, "scala.ascii", "Scala", define_colors!( [Color::Red, Color::Red] : [Color::TrueColor{ r:223, g:63 ,b:61}, Color::TrueColor{ r:127, g:12 ,b:29} ] ) },
{ Scheme, "scheme.ascii", "Scheme", define_colors!( [Color::White] : [Color::TrueColor{r: 85, g:85, b:85}] ) },
{ Sh, "shell.ascii", "Shell", define_colors!( [Color::Green] ), "shell" },
{
Swift, "swift.ascii", "Swift", define_colors!( [
Expand Down

0 comments on commit ae2cc1b

Please sign in to comment.