Skip to content

Commit

Permalink
add support for Xaml #317
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Nov 13, 2020
1 parent cff720a commit 05fec5a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions resources/xaml.ascii
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{0} :::::::::::::::::::::..
{0} :::{1}------{0}::::::::::::....
{0} :::{1}------{0}::::::::::::..{1}-{0}...
{0} :::{1}------{0}::::::::::::..{1}---{0}...
{0} :::{1}------{0}::::::::::::..{1}-----{0}...
{0} :::{1}------{0}::::::::::::...{1}------{0}...
{0} :::{1}------{0}::::::::::::.....{1}------{0}...
{0} :::{1}------{0}::::::::::::.......{1}------{0}...
{0} :::{1}------{0}::::::::::::.........{1}------{0}...
{0}:::{1}------{0}::::::::::::...........{1}------{0}...
{0} :::{1}------{0}::::::::::::.........{1}------{0}...
{0} :::{1}------{0}::::::::::::.......{1}------{0}...
{0} :::{1}------{0}::::::::::::.....{1}------{0}...
{0} :::{1}------{0}::::::::::::...{1}------{0}...
{0} :::{1}------{0}::::::::::::..{1}-----{0}...
{0} :::{1}------{0}::::::::::::..{1}---{0}...
{0} :::{1}------{0}::::::::::::..{1}-{0}...
{0} :::{1}------{0}::::::::::::....
{0} :::::::::::::::::::::..


1 change: 1 addition & 0 deletions src/onefetch/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ define_languages! {
{ Tsx, "tsx.ascii", "TSX", define_colors!( [Color::Blue] ) },
{ TypeScript, "typescript.ascii", "TypeScript", define_colors!( [Color::Cyan] : [Color::TrueColor{ r:0, g:122, b:204} ]) },
{ Vue, "vue.ascii", "Vue", define_colors!( [Color::Green, Color::Blue] ) },
{ Xaml, "xaml.ascii", "Xaml", define_colors!( [Color::Blue, Color::White] : [Color::TrueColor{ r:51, g:120, b:206} ]) },
{ 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] ) },
Expand Down

0 comments on commit 05fec5a

Please sign in to comment.