1
1
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:
wxiaoguang
2025-07-18 19:16:27 +08:00
committed by GitHub
parent 8f91bfe9d8
commit c4f5b2b531
2 changed files with 6 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ const (
GitlabLanguage = "gitlab-language"
Lockable = "lockable"
Filter = "filter"
Diff = "diff"
)
var LinguistAttributes = []string{