Skip to content

Commit

Permalink
feat: support AutoHotKey (#508)
Browse files Browse the repository at this point in the history
* feat: support AutoHotKey

* improvement: improve ahk logo

* fix alphabetical order of languages

Co-authored-by: o2sh <ossama-hjaji@live.fr>
  • Loading branch information
PurpleMyst and o2sh authored Oct 17, 2021
1 parent 07e8929 commit be7787e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions resources/autohotkey.ascii
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{1} .----------------.
{1}| .--------------. |
{1}| | {0} ____ ____ {1} | |
{1}| | {0}|_ || _|{1} | |
{1}| | {0} | |__| | {1} | |
{1}| | {0} | __ | {1} | |
{1}| | {0} _| | | |_ {1} | |
{1}| | {0}|____||____|{1} | |
{1}| | | |
{1}| '--------------' |
{1} '----------------'
1 change: 1 addition & 0 deletions src/info/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ macro_rules! define_languages {
define_languages! {
{ Ada, "ada.ascii", define_colors!( [Color::White, Color::Cyan, Color::Blue] : [Color::TrueColor{r:255, g:255, b:255}, Color::TrueColor{r:0, g:24, b:201}, Color::TrueColor{r:12, g:10, b:124}] ) },
{ Assembly, "assembly.ascii", define_colors!( [Color::Cyan] ) },
{ AutoHotKey, "autohotkey.ascii", define_colors!( [Color::White, Color::Green] : [Color::TrueColor{r:255, g:255, b:255}, Color::TrueColor{r: 0x11, g: 0x98, b: 0x10}]) },
{ Bash, "bash.ascii", define_colors!( [Color::White] ), "bash" },
{ C, "c.ascii", define_colors!( [Color::Cyan, Color::Blue, Color::White] : [Color::TrueColor{r:93, g:108, b:191}, Color::TrueColor{r:41, g:54, b:147}, Color::TrueColor{r:255, g:255, b:255}] ) },
{ Clojure, "clojure.ascii", define_colors!( [Color::Cyan, Color::Green] ) },
Expand Down

0 comments on commit be7787e

Please sign in to comment.