Skip to content

Commit

Permalink
feat: go templates icon
Browse files Browse the repository at this point in the history
closes #148
  • Loading branch information
prazdevs committed May 23, 2024
1 parent 14e6285 commit 90ba81d
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 25 deletions.
Binary file modified assets/frappe.webp
Binary file not shown.
Binary file modified assets/latte.webp
Binary file not shown.
Binary file modified assets/macchiato.webp
Binary file not shown.
Binary file modified assets/mocha.webp
Binary file not shown.
4 changes: 4 additions & 0 deletions icons/css-variables/go-template.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions icons/frappe/go-template.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions icons/latte/go-template.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions icons/macchiato/go-template.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions icons/mocha/go-template.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/defaults/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -922,6 +922,16 @@ const fileIcons: Record<string, {
'go.work.sum',
],
},
'go-template': {
fileExtensions: [
'tmpl',
'templ',
'gotmpl',
'gohtml',
'go.tmp',
'go.html',
],
},
'godot': {
languageIds: ['gdscript'],
fileExtensions: ['gd'],
Expand Down
25 changes: 0 additions & 25 deletions todo.md

This file was deleted.

0 comments on commit 90ba81d

Please sign in to comment.