Skip to content

Commit

Permalink
feat(languages): add Svelte support
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-zhang-04 committed May 31, 2021
1 parent 20a445d commit bff9a4c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions resources/svelte.ascii
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{0}SSSSSSSSSSSSSSSSSS{1}sssssssssss{0}SSSSSSSS
{0}SSSSSSSSSSSSSSS{1}sssssssssssssssss{0}SSSSS
{0}SSSSSSSSSSS{1}sssssssssss ssssssss{0}SSS
{0}SSSSSSSS{1}ssssssssss sssssss{0}S
{0}SSSSS{1}sssssssss sssss{0}S
{0}SSS{1}ssssssss sssss ssss{0}S
{0}S{1}sssssss sssssssss ssss{0}S
{0}S{1}sssss sssssssssssssssssssss{0}S
{0}S{1}sssss ssssssss ssssssssss{0}S
{0}S{1}sssss ssssss ssssss{0}SS
{0}S{1}sssss sssss{0}S
{0}SS{1}ssssss ssssss sssss{0}S
{0}S{1}ssssssssss ssssssss sssss{0}S
{0}S{1}sssssssssssssssssssss sssss{0}S
{0}S{1}ssss sssssssss ssssss{0}SS
{0}S{1}ssss sssss ssssssss{0}SSS
{0}S{1}sssss sssssssss{0}SSSSS
{0}S{1}sssssss ssssssssss{0}SSSSSSSS
{0}SSS{1}ssssssss sssssssssss{0}SSSSSSSSSSS
{0}SSSSS{1}sssssssssssssssss{0}SSSSSSSSSSSSSSS
{0}SSSSSSSS{1}sssssssssss{0}SSSSSSSSSSSSSSSSSS
1 change: 1 addition & 0 deletions src/onefetch/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +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" },
{
Swift, "swift.ascii", "Swift", define_colors!( [
Color::Red,
Expand Down

0 comments on commit bff9a4c

Please sign in to comment.