Skip to content

Commit 3e8f93b

Browse files
committed
Added velocity icon (Closes #311)
1 parent 38f46ab commit 3e8f93b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

icons/velocity.svg

Lines changed: 1 addition & 0 deletions
Loading

src/icons/fileIcons.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,5 +729,6 @@ export const fileIcons: FileIcons = {
729729
{ name: 'racket', fileExtensions: ['rkt'] },
730730
{ name: 'bazel', fileExtensions: ['bzl', 'bazel'] },
731731
{ name: 'mint', fileExtensions: ['mint'] },
732+
{ name: 'velocity', fileExtensions: ['vm', 'fhtml', 'vtl'] },
732733
]
733734
};

0 commit comments

Comments
 (0)