mirror of
https://github.com/go-gitea/gitea
synced 2025-07-21 17:58:35 +00:00
Don't use full-file highlight when there is a git diff textconv (#35114)
Fix #35106
This commit is contained in:
@@ -20,6 +20,7 @@ const (
|
||||
GitlabLanguage = "gitlab-language"
|
||||
Lockable = "lockable"
|
||||
Filter = "filter"
|
||||
Diff = "diff"
|
||||
)
|
||||
|
||||
var LinguistAttributes = []string{
|
||||
|
Reference in New Issue
Block a user