1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-25 19:58:36 +00:00

Don't use full-file highlight when there is a git diff textconv (#35114) (#35119)

Fix #35106
This commit is contained in:
wxiaoguang
2025-07-18 21:52:41 +08:00
committed by GitHub
parent 693d26914f
commit 99596044d7
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{