Skip to content

Commit

Permalink
add haxe language support (#394)
Browse files Browse the repository at this point in the history
* add haxe language support

* fix haxe logo symetry
  • Loading branch information
LordMZTE authored Feb 9, 2021
1 parent 5b095a1 commit 356f71e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions resources/haxe.ascii
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{0}############# {2}@@@@@@@@@@@@@
{0}################# {2}@@@@@@@@@@@@@@@@@
{0}###################{1}XX{2}@@@@@@@@@@@@@@@@@@@
{0}##################{1}XXXX{2}@@@@@@@@@@@@@@@@@@
{0}################{1}XXXXXXXX{2}@@@@@@@@@@@@@@@@
{0}##############{1}XXXXXXXXXXXX{2}@@@@@@@@@@@@@@
{0} ###########{1}XXXXXXXXXXXXXXXX{2}@@@@@@@@@@@
{0} ########{1}XXXXXXXXXXXXXXXXXXXX{2}@@@@@@@@
{0} #####{1}XXXXXXXXXXXXXXXXXXXXXXXX{2}@@@@@
{0} ##{1}XXXXXXXXXXXXXXXXXXXXXXXXXXXX{2}@@
{0} ##{1}XXXXXXXXXXXXXXXXXXXXXXXXXXXX{2}@@
{0} #####{1}XXXXXXXXXXXXXXXXXXXXXXXX{2}@@@@@
{0} ########{1}XXXXXXXXXXXXXXXXXXXX{2}@@@@@@@@
{0} ###########{1}XXXXXXXXXXXXXXXX{2}@@@@@@@@@@@
{0}##############{1}XXXXXXXXXXXX{2}@@@@@@@@@@@@@@
{0}################{1}XXXXXXXX{2}@@@@@@@@@@@@@@@@
{0}##################{1}XXXX{2}@@@@@@@@@@@@@@@@@@
{0}###################{1}XX{2}@@@@@@@@@@@@@@@@@@@
{0}################# {2}@@@@@@@@@@@@@@@@@
{0}############# {2}@@@@@@@@@@@@@
1 change: 1 addition & 0 deletions src/onefetch/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ define_languages! {
{ Xml, "xml.ascii", "XML", define_colors!( [Color::Yellow, Color::White, Color::Green] ) },
{ Zig, "zig.ascii", "Zig", define_colors!( [Color::Yellow] ) },
{ Zsh, "zsh.ascii", "Zsh", define_colors!( [Color::White] ) },
{ Haxe, "haxe.ascii", "Haxe", define_colors!( [Color::Yellow, Color::Yellow, Color::Yellow] : [Color::TrueColor{ r: 250, g: 178, b: 11 }, Color::TrueColor{ r:246, g:153, b:18 }, Color::TrueColor{ r: 244, g: 114, b: 22 }] ) },
}

impl Language {
Expand Down

0 comments on commit 356f71e

Please sign in to comment.