remove syntax highlighting
1 file changed, 1 insertion(+), 5 deletions(-)
changed files
M routes/routes.go → routes/routes.go
@@ -205,11 +205,7 @@ if raw { d.showRaw(contents, w) } else { - if d.c.Meta.SyntaxHighlight == "" { - d.showFile(contents, data, w) - } else { - d.showFileWithHighlight(treePath, contents, data, w) - } + d.showFile(contents, data, w) } }