0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-17 02:33:08 +01:00
gitea/modules/repofiles
zeripath 3c4724d70e
Add .gitattribute assisted language detection to blame, diff and render (#17590)
Use check attribute code to check the assigned language of a file and send that in to
chroma as a hint for the language of the file.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-11-17 20:37:00 +00:00
..
action_test.go
action.go Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
blob_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
blob.go Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
commit_status.go
commit.go
content_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
content.go
delete.go
diff_test.go Add .gitattribute assisted language detection to blame, diff and render (#17590) 2021-11-17 20:37:00 +00:00
diff.go
file_test.go
file.go Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
repofiles_test.go
repofiles.go
temp_repo.go
tree_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
tree.go Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
update.go
upload.go
verification.go