Skip to content

Commit

Permalink
add sql support (#491)
Browse files Browse the repository at this point in the history
* add sql support

* add colored text to sql logo
  • Loading branch information
o2sh authored Sep 26, 2021
1 parent c3af87a commit a3455d4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions resources/sql.ascii
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{0} _..------.._
{0}.-~ ~-.
{0}| |
{0}|"-..________..-"|
{0}| | {1} ____ ___ _
{0}| | {1}/ ___| / _ \| |
{0}|"-..________..-"| {1}\___ \| | | | |
{0}| | {1} ___) | |_| | |___
{0}| | {1}|____/ \__\_|_____|
{0}|"-..________..-"|
{0}| |
{0}| |
{0} "-..________..-"
1 change: 1 addition & 0 deletions src/info/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ define_languages! {
{ 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" },
{ Sql, "sql.ascii", define_colors!( [Color::Cyan, Color::Yellow] ) },
{ Svelte, "svelte.ascii", 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", define_colors!( [
Expand Down

0 comments on commit a3455d4

Please sign in to comment.