diff --git a/icons/test-go.svg b/icons/test-go.svg new file mode 100644 index 0000000..4c2a346 --- /dev/null +++ b/icons/test-go.svg @@ -0,0 +1,12 @@ + + + + + + diff --git a/src/icons.ts b/src/icons.ts index 8c346df..d4605d7 100644 --- a/src/icons.ts +++ b/src/icons.ts @@ -383,6 +383,7 @@ const icons: Icon = { ...icon("asciidoc"), ...icon("firebase"), ...icon("terraform"), + ...icon("test-go"), ...icon("ember"), ...icon("blink"), ...icon("ballerina"), diff --git a/src/icons/fileNames.ts b/src/icons/fileNames.ts index de9fe2d..be1a6e4 100644 --- a/src/icons/fileNames.ts +++ b/src/icons/fileNames.ts @@ -399,6 +399,7 @@ export default { ".modernizrrc.json": "_f_modernizr", "moon.yml": "_f_moon", "template.yml": "_f_moon", + "_test.go": "_f_test-go", ".nest-cli.json": "_f_nestjs", "nest-cli.json": "_f_nestjs", "nestconfig.json": "_f_nestjs",