diff options
author | Unknwon <u@gogs.io> | 2016-02-07 11:49:11 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-07 11:49:11 -0500 |
commit | f15a2f9b25bbec130915fec5b33c7e49dc7cf57d (patch) | |
tree | 1ba3aa079c4f931a6fef87693cf83e731a323bcc /modules | |
parent | 3b102a71a2cef4a3cdb748bbc6e0499fdec5e3b4 (diff) | |
parent | 2bfb8bb5fdebb4ae02c83a271e8eb24bc68afec1 (diff) | |
download | gitea-f15a2f9b25bbec130915fec5b33c7e49dc7cf57d.tar.gz gitea-f15a2f9b25bbec130915fec5b33c7e49dc7cf57d.zip |
Merge pull request #2528 from andreynering/diff-sintax-highlight-733
Enable syntax highlighting on diff view
Diffstat (limited to 'modules')
-rw-r--r-- | modules/template/highlight/highlight.go (renamed from modules/template/highlight.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/template/highlight.go b/modules/template/highlight/highlight.go index bd9813eef2..bbf08e0436 100644 --- a/modules/template/highlight.go +++ b/modules/template/highlight/highlight.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. -package template +package highlight import ( "path" |