Change summary
assets/icons/file_icons/file_types.json | 5 ++++-
assets/icons/file_icons/go.svg | 0
2 files changed, 4 insertions(+), 1 deletion(-)
Detailed changes
@@ -39,7 +39,7 @@
"gitignore": "vcs",
"gitmodules": "vcs",
"gitkeep": "vcs",
- "go": "code",
+ "go": "go",
"h": "code",
"handlebars": "code",
"hbs": "template",
@@ -156,6 +156,9 @@
"haskell": {
"icon": "icons/file_icons/haskell.svg"
},
+ "go": {
+ "icon": "icons/file_icons/go.svg"
+ },
"image": {
"icon": "icons/file_icons/image.svg"
},
@@ -0,0 +1 @@