Skip to content

Commit ed4c5f1

Browse files
committed
Added Support for HolyC
1 parent e769ca2 commit ed4c5f1

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

Diff for: resources/holyc.ascii

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{0} ++++++
2+
{0} ++++++++++++
3+
{0} ++++++++++++++++++++
4+
{0} ++++++++++++++++++++++++++
5+
{0} ++++++++++++++++++++++++++++++++
6+
{0} +++++++++++++ +++++++++++++
7+
{0}+++++++++++ ++++++++{1}:::
8+
{0}+++++++++ ++{1}:::::::
9+
{0}++++++++ ++++++ {1}:::::::::::
10+
{0}+++++++ ++++++++++ {1}::::: ::::::
11+
{0}+++++++ +++++++++{1}::::::: ::::
12+
{0}+++++++ +++++++{1}:::::::::::: ::::::
13+
{0}+++++++ +++{1}::::::::::::::: ::::::
14+
{0}+++++++ {1}:::::::::: ::::: ::::::
15+
{0}++++++++ {1}:::::: :::::::::::
16+
{0}++++++{1}::: :::::::::
17+
{0}+++{1}:::::::: :::::::::::
18+
{1} ::::::::::::: :::::::::::::
19+
{1} ::::::::::::::::::::::::::::::::
20+
{1} ::::::::::::::::::::::::::
21+
{1} ::::::::::::::::::::
22+
{1} ::::::::::::
23+
{1} ::::::
24+

Diff for: src/onefetch/language.rs

+1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ define_languages! {
188188
{ 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 }] ) },
189189
{ Groovy, "groovy.ascii", "Groovy", define_colors!( [Color::Cyan, Color::White] ) },
190190
{ 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 }] ) },
191+
{ HolyC, "holyc.ascii", "HolyC", define_colors!( [Color::Yellow, Color::White] ), "holyc" },
191192
{ Html, "html.ascii", "HTML", define_colors!( [Color::Red, Color::White] ) },
192193
{ Idris, "idris.ascii", "Idris", define_colors!( [Color::Red] ) },
193194
{ 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} ] ) },

0 commit comments

Comments
 (0)