Skip to content

Commit

Permalink
feat: add icon for Autohotkey v2 (#2781)
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Kief <[email protected]>
  • Loading branch information
PKief authored Jan 9, 2025
1 parent 7b5d319 commit 1f95e80
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/core/icons/languageIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,12 @@ export const languageIcons: LanguageIcon[] = [
{ name: 'slint', ids: ['slint'] },
{ name: 'luau', ids: ['luau'] },
{ name: 'hosts', ids: ['hosts'] },
{
name: 'ahk2',
ids: ['ahk2'],
clone: {
base: 'autohotkey',
color: 'lime-700',
},
},
];

0 comments on commit 1f95e80

Please sign in to comment.