Skip to content

Commit bc51dd5

Browse files
committed
add processing support
Signed-off-by: Luke-zhang-04 <[email protected]>
1 parent d546f20 commit bc51dd5

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

resources/processing.ascii

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{0} PPPPPPPPPPPP
2+
{0} PPPPPPPPPPPPPPPPPPPP
3+
{0} PPPPPPPPPPPP{1}D{1}D{1}D{1}D{1}D{0}PPPPPPP
4+
{0} PPPPPPPPPPPP{1}D{1}D{0}PPP{1}D{1}D{1}D{0}PPPPPP
5+
{0} PPPPPPPPPPPPPPPPPPP{1}D{1}D{0}PPPPPPPP
6+
{0} PPPPPPPPPPPPPPPPPPP{1}D{1}D{0}PPPPPPPPP
7+
{0}PPPPPPPPPPP{1}DDDD{0}PP{1}DDDDD{0}PPPPPPPPPP
8+
{0}PPPPPPPPPPPP{1}DDD{0}PPPPPP{1}DD{0}PPPPPPPPP
9+
{0}PPPPPPPPPPPP{1}DDD{0}PPPPPP{1}DD{0}PPPPPPPPP
10+
{0}PPPPPPPPPPPP{1}DDD{0}PP{1}DDDDD{0}PPPPPPPPPP
11+
{0}PPPPPPPPPPPP{1}DDD{0}PPPPPPPPPPPPPPPPP
12+
{0} PPPPPPPPPPP{1}DDD{0}PPPPPPPPPPPPPPPP
13+
{0} PPPPPPPPPP{1}DDD{0}PPPPPPPPPPPPPPP
14+
{0} PPPPPPP{1}DDDDDDD{0}PPPPPPPPPPPP
15+
{0} PPPPPPPPPPPPPPPPPPPPPPPP
16+
{0} PPPPPPPPPPPPPPPPPPPP
17+
{0} PPPPPPPPPPPP
18+
{0}

src/onefetch/language.rs

+1
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ define_languages! {
199199
{ Org, "org.ascii", "Org", define_colors!( [Color::Green, Color::Red, Color::White] ) },
200200
{ Perl, "perl.ascii", "Perl", define_colors!( [Color::Cyan] ) },
201201
{ Php, "php.ascii", "Php", define_colors!( [Color::Magenta, Color::Blue, Color::Cyan, Color::White] ) },
202+
{ Processing, "processing.ascii", "Processing", define_colors!( [Color::Black, Color::White] ) },
202203
{ Prolog, "prolog.ascii", "Prolog", define_colors!( [Color::White] ) },
203204
{ PureScript, "purescript.ascii", "PureScript", define_colors!( [Color::White] ) },
204205
{ Python, "python.ascii", "Python", define_colors!( [Color::Blue, Color::Yellow] : [Color::TrueColor{ r:47, g:105 ,b:162}, Color::TrueColor{ r:255, g:217 ,b:64} ] ) },

0 commit comments

Comments
 (0)