Skip to content

Commit

Permalink
Add language support for VHDL
Browse files Browse the repository at this point in the history
Adds support for VHDL (o2sh#495). Sadly VHDL has no official logo
  • Loading branch information
BHatGuy committed Mar 28, 2022
1 parent 17047db commit d2ff78f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions resources/vhdl.ascii
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{0}
{0}
{0}
{0} $$\ $$\ $$\
{0} $$ | $$ | $$ |
{0} $$\ $$\ $$$$$$$\ $$$$$$$ | $$ |
{0} \$$\ $$ | $$ __$$\ $$ __$$ | $$ |
{0} \$$\$$ / $$ | $$ | $$ / $$ | $$ |
{0} \$$$ / $$ | $$ | $$ | $$ | $$ |
{0} \$ / $$ | $$ | \$$$$$$$ | $$ |
{0} \_/ \__| \__| \_______| \__|
1 change: 1 addition & 0 deletions src/info/langs/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ define_languages! {
{ Tsx, Programming, "tsx.ascii", define_colors!([Blue]) },
{ TypeScript, Programming, "typescript.ascii", define_colors!([Cyan, White] : [Rgb(0, 122, 204), Rgb(255, 255, 255)]) },
{ Vala, Programming, "vala.ascii", define_colors!([Magenta, White]) },
{ Vhdl, Programming, "vhdl.ascii", define_colors!([Green]) },
{ VimScript, Programming, "vimscript.ascii", define_colors!([Green, Black, White]) },
{ Vue, Programming, "vue.ascii", define_colors!([Green, Blue]) },
{ WebAssembly, Programming, "webassembly.ascii", define_colors!([Magenta, White] : [Rgb(101, 79, 240), Rgb(255, 255, 255)]) },
Expand Down

0 comments on commit d2ff78f

Please sign in to comment.