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
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Flawed APIs:
getModeFromPathgetFileInfoA filename is not sufficient to determine the language. Corresponding go-enry code:
https://sourcegraph.com/github.com/go-enry/go-enry@40f2a1e5b90eec55c20441c2a5911dcfc298a447/-/blob/data/extension.go
The map contains one extension -> a list of languages, not a single language.
The most common example of this in practice is probably
.hwhich is used for both C and C++ headers.