You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tested with Gitea 1.17.2, and the feature suggestion #14528 doesn't seem to be working even though I think the comments on the issue suggest it should be.
Basically, make a new repo, add some non-empty test file that ends in a new unused file extension like .bla, then add a .gitattributes line:
*.bla linguist-language=BlaLanguage
The expected result is that the lines of your .bla file get counted and show up as a new entry on the language bar of the repository labelled BlaLanguage. This is however not the case, it just seems to be ignored.