Skip to content

Commit

Permalink
Add SASS language support (#506)
Browse files Browse the repository at this point in the history
* Add SASS language support

Adds support to SASS as it's listed as missing on #490.

* Adjusting SASS image dimensions

Removing the padding so the image can fit within 40 characters.

* remove empty lines on sass logo

Co-authored-by: o2sh <[email protected]>
  • Loading branch information
alessandroasm and o2sh authored Oct 15, 2021
1 parent ce78907 commit 7aa883f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions resources/sass.ascii
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{0} ,wppbbbbbp,
{0} ,wpb@KP"``` ``"T@b
{0} ,pb@P"` @@
{0} ,b@P` /@P
{0} p@b` ,bK`
{0}{@@ 'w, ,,wpbP*`
{0} 0@b ```` ,pp ;@@
{0} "0bw ,bPK ,K@L /PT@
{0} "0b, ,,pbP @b .b Tb{" $bP"""*Tb,
{0} ,/b@P &@ [email protected] ,@K ,P @L `b
{0} ,pb" Ib @@ &h@bP ,pCpP bb*` /`
{0} p@` ,@` `bb` T" ""`
{0} @@w,pbK`
{0} `***^
1 change: 1 addition & 0 deletions src/info/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ define_languages! {
},
{ Ruby, "ruby.ascii", define_colors!( [Color::Magenta] ) },
{ Rust, "rust.ascii", define_colors!( [Color::Red, Color::White] : [Color::TrueColor{ r:228, g:55 ,b:23}, Color::TrueColor{ r:255, g:255 ,b:255} ] ) },
{ Sass, "sass.ascii", define_colors!( [Color::Magenta] : [Color::TrueColor{ r:205, g:103 ,b:153} ] ) },
{ Scala, "scala.ascii", define_colors!( [Color::Red, Color::Red] : [Color::TrueColor{ r:223, g:63 ,b:61}, Color::TrueColor{ r:127, g:12 ,b:29} ] ) },
{ Scheme, "scheme.ascii", define_colors!( [Color::White] : [Color::TrueColor{r: 85, g:85, b:85}] ) },
{ Sh, "shell.ascii", define_colors!( [Color::Green] ), "shell" },
Expand Down

0 comments on commit 7aa883f

Please sign in to comment.