Skip to content

Commit

Permalink
add support for VimScript #321
Browse files Browse the repository at this point in the history
  • Loading branch information
geeseven committed Nov 22, 2020
1 parent b15b32a commit 8d03557
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions resources/vimscript.ascii
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{1} ________{0} ++ {1}________
{1} /{2}VVVVVVVV{1}\{0}++++ {1}/{2}VVVVVVVV{1}\
{1} \{2}VVVVVVVV{1}/{0}++++++{1}\{2}VVVVVVVV{1}/
{1} |{2}VVVVVV{1}|{0}++++++++{1}/{2}VVVVV{1}/'
{1} |{2}VVVVVV{1}|{0}++++++{1}/{2}VVVVV{1}/'
{0} +{1}|{2}VVVVVV{1}|{0}++++{1}/{2}VVVVV{1}/'{0}+
{0} +++{1}|{2}VVVVVV{1}|{0}++{1}/{2}VVVVV{1}/'{0}+++++
{0} +++++{1}|{2}VVVVVV{1}|/{2}VVV{1}___{0}++++++++++
{0} +++{1}|{2}VVVVVVVVVV{1}/{2}##{1}/ {0}+{1}_{0}+{1}_{0}+{1}_{0}+{1}_
{0} +{1}|{2}VVVVVVVVV{1}___ {0}+{1}/{2}#{1}_{2}#{1},{2}#{1}_{2}#{1},\
{1} |{2}VVVVVVV{1}//{2}##{1}/{0}+{1}/{2}#{1}/{0}+{1}/{2}#{1}/'/{2}#{1}/
{1} |{2}VVVVV{1}/'{0}+{1}/{2}#{1}/{0}+{1}/{2}#{1}/{0}+{1}/{2}#{1}/ /{2}#{1}/
{1} |{2}VVV{1}/'{0}++{1}/{2}#{1}/{0}+{1}/{2}#{1}/ /{2}#{1}/ /{2}#{1}/
{1} '{2}V{1}/' /{2}##{1}//{2}##{1}//{2}##{1}//{2}###{1}/
{0} ++
1 change: 1 addition & 0 deletions src/onefetch/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ define_languages! {
{ Tex, "tex.ascii", "Tex", define_colors!( [Color::White, Color::Black] ) },
{ Tsx, "tsx.ascii", "TSX", define_colors!( [Color::Blue] ) },
{ TypeScript, "typescript.ascii", "TypeScript", define_colors!( [Color::Cyan, Color::White] : [Color::TrueColor{ r:0, g:122, b:204}, Color::TrueColor{ r:255, g:255, b:255} ]) },
{ VimScript, "vimscript.ascii", "VimScript", define_colors!( [Color::Green, Color::Black, Color::White] ) },
{ Vue, "vue.ascii", "Vue", define_colors!( [Color::Green, Color::Blue] ) },
{ Xaml, "xaml.ascii", "Xaml", define_colors!( [Color::Blue, Color::White] : [Color::TrueColor{ r:51, g:120, b:206}, Color::TrueColor{ r:255, g:255, b:255} ]) },
{ Xml, "xml.ascii", "XML", define_colors!( [Color::Yellow, Color::White, Color::Green] ) },
Expand Down

0 comments on commit 8d03557

Please sign in to comment.