feat: add support for fish scripts

This commit is contained in:
jabuxas 2024-10-17 00:23:26 -03:00
parent d9f840de51
commit 4d2930780f

View File

@ -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) {