Skip to content

Commit 07e8929

Browse files
alessandroasmo2sh
andauthored
Add LLVM language support (#507)
* 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]>
1 parent 7aa883f commit 07e8929

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

Diff for: resources/llvm.ascii

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{0}KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK
2+
{0}KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK
3+
{0}KKKKKKKKKKM"M " '`"**MKKKKKKKKKKK
4+
{0}KKKKKKKH* *KKKKKKK
5+
{0}KKKKKK^ ,wm###mww "KKKK
6+
{0}KKKKM #KKKKKKKKKKKKW "KK
7+
{0}KKKK KKKKKKKKKKKKKKKKN
8+
{0}KKKK "RKKKKKKKKKKKKKKKK
9+
{0}KKKN `9KKKKKKKKKKKKKK
10+
{0}KKKK 9KKKKKKKKKKKKN
11+
{0}KKKK 1KKKKKKKKKKKK
12+
{0}KKKK .KKKKKKKKKKKK
13+
{0}KKKKKw, , 9KKKKKKKKKKK
14+
{0}KKKKKKKK KK, `#KKKKKKKKM
15+
{0}KKKKKKKKL 1KDwww#KKKKKKKKKK
16+
{0}KKKKKKKK, ,KKKKKKKKKKKKKKR
17+
{0} `KKKKKKKKKKKKKKKKKKKKKKKM`
18+
{0} "KKKKKKKKKKKKKKKKKKB"
19+
{0} `KKKKKKKKKKKKKK'`

Diff for: src/info/language.rs

+1
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ define_languages! {
200200
{ Kotlin, "kotlin.ascii", define_colors!( [Color::Blue, Color::Yellow, Color::Magenta] ) },
201201
{ Lisp, "lisp.ascii", define_colors!( [Color::White] ) },
202202
{ 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} ] ) },
203+
{ LLVM, "llvm.ascii", define_colors!( [Color::Red] : [Color::TrueColor{ r:152, g:1 ,b:46}] ) },
203204
{ Markdown, "markdown.ascii", define_colors!( [Color::White, Color::Red] ) },
204205
{ Nim, "nim.ascii", define_colors!( [Color::Yellow, Color::White] ) },
205206
{ Nix, "nix.ascii", define_colors!( [Color::Cyan, Color::Blue] ) },

0 commit comments

Comments
 (0)