Skip to content

Commit

Permalink
Merge pull request #313 from Ferryistaken/holyc-support
Browse files Browse the repository at this point in the history
Added HolyC support
  • Loading branch information
o2sh authored Nov 14, 2020
2 parents efc9692 + 1bbbcaa commit 0af1dcf
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions resources/holyc.ascii
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{0} ========
{0} ==== ====
{0} ==== ====
{0} === ===
{0} === ===
{0} == {1}*** {0}==
{0} == {1}********* {0}==
{0} = {1}***************** {0}=
{1} ********{2}*********{1}********
{1} ********{2}** **{1}********
{1}*******{2}* ***** *{1}********
{1}******{2}* **{1}*****{2}** **{1}*******
{1}*****{2}* *{1}*********{2}***{1}*********
{1}*****{2}* *{1}**********************
{1}*****{2}* *{1}**********************
{1}*****{2}* *{1}**********************
{1}*****{2}* *{1}*********{2}***{1}*********
{1}******{2}* **{1}*****{2}** **{1}*******
{1}*******{2}* ***** *{1}********
{1} ********{2}** **{1}********
{1} *******{2}*********{1}*******
{1} *****************
{1} *********
{1} ***
1 change: 1 addition & 0 deletions src/onefetch/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ define_languages! {
{ Go, "go.ascii", "Go", define_colors!( [Color::Cyan, Color::White, Color::Yellow] : [Color::TrueColor{ r:116, g:205, b:221 }, Color::TrueColor{ r:255, g:255, b:255 }, Color::TrueColor{ r:246, g:210, b:162 }] ) },
{ Groovy, "groovy.ascii", "Groovy", define_colors!( [Color::Cyan, Color::White] ) },
{ Haskell, "haskell.ascii", "Haskell", define_colors!( [Color::Cyan, Color::Magenta, Color::Blue] : [Color::TrueColor{ r:69, g:58, b:98 }, Color::TrueColor{ r:94, g:80, b:134 }, Color::TrueColor{ r:143, g:78, b:139 }] ) },
{ HolyC, "holyc.ascii", "HolyC", define_colors!( [Color::Yellow, Color::Cyan, Color::White] : [Color::TrueColor{ r:251, g:254 ,b:103}, Color::TrueColor{ r:11, g:68 ,b:157}, Color::TrueColor{ r:255, g:255 ,b:255} ]) },
{ Html, "html.ascii", "HTML", define_colors!( [Color::Red, Color::White] ) },
{ Idris, "idris.ascii", "Idris", define_colors!( [Color::Red] ) },
{ Java, "java.ascii", "Java", define_colors!( [Color::Red, Color::Blue] : [Color::TrueColor{ r:244, g:67 ,b:54}, Color::TrueColor{ r:22, g:101 ,b:192} ] ) },
Expand Down

0 comments on commit 0af1dcf

Please sign in to comment.