Skip to content

Commit 7aa883f

Browse files
alessandroasmo2sh
andauthored
Add SASS language support (#506)
* 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]>
1 parent ce78907 commit 7aa883f

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

Diff for: resources/sass.ascii

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{0} ,wppbbbbbp,
2+
{0} ,wpb@KP"``` ``"T@b
3+
{0} ,pb@P"` @@
4+
{0} ,b@P` /@P
5+
{0} p@b` ,bK`
6+
{0}{@@ 'w, ,,wpbP*`
7+
{0} 0@b ```` ,pp ;@@
8+
{0} "0bw ,bPK ,K@L /PT@
9+
{0} "0b, ,,pbP @b .b Tb{" $bP"""*Tb,
10+
{0} ,/b@P &@ [email protected] ,@K ,P @L `b
11+
{0} ,pb" Ib @@ &h@bP ,pCpP bb*` /`
12+
{0} p@` ,@` `bb` T" ""`
13+
{0} @@w,pbK`
14+
{0} `***^

Diff for: src/info/language.rs

+1
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ define_languages! {
235235
},
236236
{ Ruby, "ruby.ascii", define_colors!( [Color::Magenta] ) },
237237
{ 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} ] ) },
238+
{ Sass, "sass.ascii", define_colors!( [Color::Magenta] : [Color::TrueColor{ r:205, g:103 ,b:153} ] ) },
238239
{ 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} ] ) },
239240
{ Scheme, "scheme.ascii", define_colors!( [Color::White] : [Color::TrueColor{r: 85, g:85, b:85}] ) },
240241
{ Sh, "shell.ascii", define_colors!( [Color::Green] ), "shell" },

0 commit comments

Comments
 (0)