1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-13 00:38:12 -04:00
gitea/modules/indexer/code
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
..
bleve_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
bleve.go Fix nil checking on typed interface (#17598) 2021-11-15 21:16:11 +08:00
elastic_search_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
elastic_search.go Fix nil checking on typed interface (#17598) 2021-11-15 21:16:11 +08:00
git.go
indexer_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
indexer.go Fix nil checking on typed interface (#17598) 2021-11-15 21:16:11 +08:00
search.go Add .gitattribute assisted language detection to blame, diff and render (#17590) 2021-11-17 20:37:00 +00:00
wrapped.go