Skip to content

Commit

Permalink
Add jinja yaml language id
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Aug 28, 2023
1 parent 7b4d768 commit 3adb971
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/icons/languageIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ export const languageIcons: LanguageIcon[] = [
{ icon: { name: 'git' }, ids: ['git', 'git-commit', 'git-rebase', 'ignore'] },
{
icon: { name: 'yaml' },
ids: ['yaml', 'github-actions-workflow', 'spring-boot-properties-yaml'],
ids: [
'yaml',
'github-actions-workflow',
'spring-boot-properties-yaml',
'jinja-yaml',
],
},
{ icon: { name: 'xml' }, ids: ['xml', 'xquery', 'xsl'] },
{ icon: { name: 'matlab' }, ids: ['matlab'] },
Expand Down

0 comments on commit 3adb971

Please sign in to comment.