diff options
Diffstat (limited to 'pkg/template/highlight/highlight.go')
-rw-r--r-- | pkg/template/highlight/highlight.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/template/highlight/highlight.go b/pkg/template/highlight/highlight.go index 05029a4a..11b3967f 100644 --- a/pkg/template/highlight/highlight.go +++ b/pkg/template/highlight/highlight.go @@ -8,7 +8,7 @@ import ( "path" "strings" - "github.com/gogits/gogs/pkg/setting" + "github.com/gogs/gogs/pkg/setting" ) var ( @@ -21,8 +21,8 @@ var ( // File names that are representing highlight classes. highlightFileNames = map[string]bool{ "cmakelists.txt": true, - "dockerfile": true, - "makefile": true, + "dockerfile": true, + "makefile": true, } // Extensions that are same as highlight classes. |