Skip to content

Commit

Permalink
Merge pull request #218 from maash3r/asciis
Browse files Browse the repository at this point in the history
Changed to a smaller Lua logo
  • Loading branch information
o2sh authored Oct 4, 2020
2 parents 4e58a92 + b2fb340 commit 064f7e1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 40 deletions.
61 changes: 22 additions & 39 deletions resources/lua.ascii
Original file line number Diff line number Diff line change
@@ -1,39 +1,22 @@
{0} ========
{0} === === ,,,,,,,
{0} == == ,,,,,,,,,,,
{0} = ,,,,,,,,,,,,,
{0} = ,,,,,,,,,,,,,
{0} = ,,,,,,,,,,,,, ,,,,,,,,,,,,,
{0} = ,,,,,,,,,,,,,,,,,,,,, ,,,,,,,,,,,,,
{0} = ,,,,,,,,,,,,,,,,,,,,,,,,, ,,,,,,,,,,,
{0} = ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ,,,,,,,
{0} = ,,,,,,,,,,,,,,,,,,,,,,,, ,,,,, =
{0} = ,,,,,,,,,,,,,,,,,,,,,,, ,,,, =
{0} = ,,,,,,,,,,,,,,,,,,,,,,, ,,,, =
{0} = ,,,,,,,,,,,,,,,,,,,,,,, ,,,, =
{0} = ,,,,,,,,,,,,,,,,,,,,,,, ,,,, =
{0} = ,,,,,,,,,,,,,,,,,,,,,,,, ,,,,, =
{0}= ,,,,,,,,,,,,,,,,,,,,,,,,,, ,,,,,,, =
{0}= ,,,,,,,,,,,,,,,,,,,,,,,,,,, ,,,,,,,, =
{0}= ,,,,,,, ,,,,,,,,,,,,,,,,,,,,, ,,,,,,,,,,, =
{0}= ,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, =
{0}= ,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, =
{0}= ,,,,,,, ,,,,,,,,, ,,,,, ,,, ,,,,,,,, =
{0}= ,,,,,,, ,,,,,,,,, ,,,,, ,,, ~,,,, ,,,,,,, =
{0}= ,,,,,,, ,,,,,,,,, ,,,,, ,,,,,,,,, ,,,,,,, =
{0}= ,,,,,,, ,,,,,,,,, ,,,,, ,,, ,,,,,,, =
{0} = ,,,,,, ,,,,,,,,, ,,,,, ,, ,,,,, ,,,,,, =
{0} = ,,,,, ,,,,,,,,, ,,,, ,, ,,,,, ,,,,, =
{0} = ,,,,, ,,, , ,,, =: ,,,, =
{0} = ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, =
{0} = ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, =
{0} = ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, =
{0} = :,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, =
{0} = ,,,,,,,,,,,,,,,,,,,,,,,,, =
{0} = ,,,,,,,,,,,,,,,,,,,,, =
{0} = ,,,,,,,,,,,,, =
{0} = =
{0} = =
{0} == ==
{0} === ===
{0} =======
{1} == ==
{1} == == {0}@@@@@@
{0} @@@@@@@@@@ @@@@@@@@
{1} == {0}@@@@@@@@@@@@@@@@@ @@@@@@@@
{1} == {0}@@@@@@@@@@@@@@@@@@@@@ @@@@@@
{0} @@@@@@@@@@@@@@ @@@
{1} == {0}@@@@@@@@@@@@@@ @@@ {1}==
{1}== {0}@@@@@@@@@@@@@@@ @@@@ {1}==
{0} @@@@@@@@@@@@@@@@@ @@@@@@
{1}== {0}@@@@ @@@@@@@@@@@@@@@@@@@@@@@@ {1}==
{1}== {0}@@@@ @@@@@@ @@ @@ @@@@ {1}==
{0} @@@@ @@@@@@ @@ @ @@@ @@@@
{1}== {0}@@@@ @@@@@@ @@ @@@' @@@@ {1}==
{1}== {0}@@@@ @@@@@@ @@ @ @@ @@@@ {1}==
{0} @@@ @, , @, ,@@
{1}== {0}@@@@@@@@@@@@@@@@@@@@@@@@@ {1}==
{1} == {0}@@@@@@@@@@@@@@@@@@@@@ {1}==
{0} @@@@@@@@@@@@@@@@@
{1} == {0}@@@@@@@@@@ {1}==
{1} == ==
{1} == ==
{1} == ==
2 changes: 1 addition & 1 deletion src/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ define_languages! {
{ Jupyter, "jupyter.ascii", "Jupyter-Notebooks", vec![Color::White, Color::Yellow, Color::White], "jupyter-notebooks" },
{ Kotlin, "kotlin.ascii", "Kotlin", vec![Color::Blue, Color::Yellow, Color::Magenta] },
{ Lisp, "lisp.ascii", "Lisp", vec![Color::Yellow] },
{ Lua, "lua.ascii", "Lua", vec![Color::Blue] },
{ Lua, "lua.ascii", "Lua", vec![Color::Blue, Color::White] },
{ Markdown, "markdown.ascii", "Markdown", vec![Color::White, Color::Red] },
{ Nim, "nim.ascii", "Nim", vec![Color::Yellow, Color::White] },
{ Nix, "nix.ascii", "Nix", vec![Color::Cyan, Color::Blue] },
Expand Down

0 comments on commit 064f7e1

Please sign in to comment.