-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.cls file extension not recognized #1095
Comments
I don't know if it will be possible for us to handle this out-of-the-box. Last I checked, tokei (our language analysis tool) is designed in a way that languages cannot share the same file extensions. See XAMPPRocky/tokei#520 for example. This will need to be resolved upstream with tokei (and tokei will need a new release to crates.io 😅). You might be able to argue your case by showing some data. For example, with a quick search, 25k TeX files use the |
Having looked through their issues, it looks like they're working towards adding a feature where you can remap a file extension to the .tokeirc configuration file. Does .tokeirc affect the behaviour of onefetch? |
Since |
Just stumbled on XAMPPRocky/tokei#1014. Linking. |
FYI #1152 |
Summary 💡
When I try to run onefetch on a repository for a LaTeX document class, file extension .cls, it returns an error, Error: Could not find any source code in this repository. It appears that this file extension is not recognized.
Motivation 🔦
Working on some custom XeLaTeX document classes which I'm tracking with git.
The text was updated successfully, but these errors were encountered: