Skip to content

Commit

Permalink
fix: add yaml icon
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Oct 13, 2024
1 parent 83084c3 commit e4c8a50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions icons/yaml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/webview/SearchSidebar/SearchResultList/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export const icons = `
scala,
swift,
tsx,
typescript
typescript,
yaml
`
.split(',')
.map(icon => icon.trim())
Expand Down

0 comments on commit e4c8a50

Please sign in to comment.