Skip to content

Commit 2bc490f

Browse files
Merge pull request #468 from HallerPatrick/main
New Language Support: [Protocol Buffers]
2 parents 579405f + dcee332 commit 2bc490f

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

Diff for: resources/protobuf.ascii

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{1} ;;;;;;;; {3}::::::::
2+
{1} ;;;;;;;; {3}::::::::
3+
{1} ;;;;;;;; {3}::::::::
4+
{2} :{1};;;;;;; {3}::::::::
5+
{2} :::{1};;;;; {3}::::::::
6+
{2} :::::{1};;; {3}::::::::
7+
{2}:::::::{1}; {4};{3}:::::::
8+
{2}:::::::: {4};;;{3}:::::
9+
{2} :::::::: {4};;;;;{3}:::
10+
{2} :::::::: {4};;;;;;;{3}:
11+
{2} :::::::: {4};;;;;;;;
12+
{2} :::::::: {4};;;;;;;;
13+
{2} :::::::: {4};;;;;;;;
14+

Diff for: src/info/language.rs

+1
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ define_languages! {
208208
{ PowerShell, "powershell.ascii", define_colors!( [Color::Blue, Color::White] : [Color::TrueColor{ r:49, g:108, b:185}, Color::TrueColor{ r:255, g:255, b:255} ] ) },
209209
{ Processing, "processing.ascii", define_colors!( [Color::Blue, Color::White] : [Color::TrueColor{ r:80, g:80 ,b:80}, Color::TrueColor{ r:255, g:255 ,b:255} ] ) },
210210
{ Prolog, "prolog.ascii", define_colors!( [Color::White] ) },
211+
{ Protobuf, "protobuf.ascii", define_colors!( [Color::White, Color::Red, Color::Blue, Color::Green, Color::Yellow] )},
211212
{ PureScript, "purescript.ascii", define_colors!( [Color::White] ) },
212213
{ Python, "python.ascii", define_colors!( [Color::Blue, Color::Yellow] : [Color::TrueColor{ r:47, g:105 ,b:162}, Color::TrueColor{ r:255, g:217 ,b:64} ] ) },
213214
{ Qml, "qml.ascii", define_colors!( [Color::Green, Color::White, Color::Green] : [Color::TrueColor{ r:128, g:195 ,b:66}, Color::TrueColor{ r:255, g:255 ,b:255}, Color::TrueColor{ r:77, g:117 ,b:40} ] ) },

0 commit comments

Comments
 (0)