Skip to content

Commit

Permalink
Add LLVM language support (#507)
Browse files Browse the repository at this point in the history
* Add LLVM language support

Adds support to LLVM as it's listed as missing on #490.

* Removing unused color in LLVM picture

* clean llvm logo

Co-authored-by: o2sh <[email protected]>
  • Loading branch information
alessandroasm and o2sh authored Oct 15, 2021
1 parent 7aa883f commit 07e8929
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions resources/llvm.ascii
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{0}KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK
{0}KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK
{0}KKKKKKKKKKM"M " '`"**MKKKKKKKKKKK
{0}KKKKKKKH* *KKKKKKK
{0}KKKKKK^ ,wm###mww "KKKK
{0}KKKKM #KKKKKKKKKKKKW "KK
{0}KKKK KKKKKKKKKKKKKKKKN
{0}KKKK "RKKKKKKKKKKKKKKKK
{0}KKKN `9KKKKKKKKKKKKKK
{0}KKKK 9KKKKKKKKKKKKN
{0}KKKK 1KKKKKKKKKKKK
{0}KKKK .KKKKKKKKKKKK
{0}KKKKKw, , 9KKKKKKKKKKK
{0}KKKKKKKK KK, `#KKKKKKKKM
{0}KKKKKKKKL 1KDwww#KKKKKKKKKK
{0}KKKKKKKK, ,KKKKKKKKKKKKKKR
{0} `KKKKKKKKKKKKKKKKKKKKKKKM`
{0} "KKKKKKKKKKKKKKKKKKB"
{0} `KKKKKKKKKKKKKK'`
1 change: 1 addition & 0 deletions src/info/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ define_languages! {
{ Kotlin, "kotlin.ascii", define_colors!( [Color::Blue, Color::Yellow, Color::Magenta] ) },
{ Lisp, "lisp.ascii", define_colors!( [Color::White] ) },
{ Lua, "lua.ascii", define_colors!( [Color::Blue, Color::White, Color::White] : [Color::TrueColor{ r:46, g:0 ,b:127}, Color::TrueColor{ r:128, g:128 ,b:128}, Color::TrueColor{ r:255, g:255 ,b:255} ] ) },
{ LLVM, "llvm.ascii", define_colors!( [Color::Red] : [Color::TrueColor{ r:152, g:1 ,b:46}] ) },
{ Markdown, "markdown.ascii", define_colors!( [Color::White, Color::Red] ) },
{ Nim, "nim.ascii", define_colors!( [Color::Yellow, Color::White] ) },
{ Nix, "nix.ascii", define_colors!( [Color::Cyan, Color::Blue] ) },
Expand Down

0 comments on commit 07e8929

Please sign in to comment.