Comment
Hi, I notice that in the overview for languages in a project, many of my projects get wrongly identified as TreeSitter Query, instead of Scheme. See https://codeberg.org/jjba23/veritas for example.
Hi, I notice that in the overview for languages in a project, many of my projects get wrongly identified as TreeSitter Query, instead of Scheme. See https://codeberg.org/jjba23/veritas for example.
Seems the used library is confused as both may use .scm as extension it seems: github.com/go-enry/go-enry@71719e4bdd/internal/code-generator/generator/test_files/extension.gold (L1100)
One workaround to solve it for you is to add a .gitattributes file overwriting the automatic language detection with
*.scm linguist-language=Scheme
See https://forgejo.org/docs/latest/user/language-detection/
thanks for replying @mahlzahn , makes sense
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?