Skip to content

Commit

Permalink
Added Support for HolyC
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferryistaken committed Nov 8, 2020
1 parent e769ca2 commit ed4c5f1
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} +++++++++++++ +++++++++++++
{0}+++++++++++ ++++++++{1}:::
{0}+++++++++ ++{1}:::::::
{0}++++++++ ++++++ {1}:::::::::::
{0}+++++++ ++++++++++ {1}::::: ::::::
{0}+++++++ +++++++++{1}::::::: ::::
{0}+++++++ +++++++{1}:::::::::::: ::::::
{0}+++++++ +++{1}::::::::::::::: ::::::
{0}+++++++ {1}:::::::::: ::::: ::::::
{0}++++++++ {1}:::::: :::::::::::
{0}++++++{1}::: :::::::::
{0}+++{1}:::::::: :::::::::::
{1} ::::::::::::: :::::::::::::
{1} ::::::::::::::::::::::::::::::::
{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 @@ -188,6 +188,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::White] ), "holyc" },
{ 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 ed4c5f1

Please sign in to comment.