Skip to content

Commit

Permalink
Svelte, no need to override the serialized name
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh authored May 31, 2021
1 parent bff9a4c commit a481c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onefetch/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ define_languages! {
{ Scala, "scala.ascii", "Scala", 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", "Scheme", define_colors!( [Color::White] : [Color::TrueColor{r: 85, g:85, b:85}] ) },
{ Sh, "shell.ascii", "Shell", define_colors!( [Color::Green] ), "shell" },
{ Svelte, "svelte.ascii", "Svelte", define_colors!( [Color::Red, Color::White] : [Color::TrueColor{ r: 255, g: 60, b: 0 }, Color::TrueColor{ r: 255, g: 255, b: 255 }] ), "svelte" },
{ Svelte, "svelte.ascii", "Svelte", define_colors!( [Color::Red, Color::White] : [Color::TrueColor{ r: 255, g: 60, b: 0 }, Color::TrueColor{ r: 255, g: 255, b: 255 }] ) },
{
Swift, "swift.ascii", "Swift", define_colors!( [
Color::Red,
Expand Down

0 comments on commit a481c40

Please sign in to comment.