diff --git a/file_display.go b/file_display.go index 3be0ba7..b449fef 100644 --- a/file_display.go +++ b/file_display.go @@ -29,7 +29,7 @@ var extensions = map[string]string{ ".log": "text", ".txt": "text", ".csv": "text", ".json": "text", ".env": "text", ".sum": "text", ".gitignore": "text", ".dockerfile": "text", ".Makefile": "text", - ".rst": "text", ".el": "text", + ".rst": "text", ".el": "text", ".fish": "text", } func DisplayFile(app *Application, file string, w http.ResponseWriter) {