-
-
Notifications
You must be signed in to change notification settings - Fork 539
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
🐛 Problem with multiple language per file support #875
Comments
See also my experience with Svelte:
|
Thank you for your issue! Can you please check that this is also the case with when building from source? There have been some fixes but theres no release yet. |
Results when going from master: a compile warning:
and this (seemingly correct) output:
|
@XAMPPRocky are you planning a release soon? Seems like if there are fixes to release, might as well mark a patch release before doing major refactors. |
@CameronNemo See #911, there is no ETA for a new release. There are already breaking changes in main that prevent patch releases (tokei is a library as well as CLI tool), and I don't have the bandwidth to backport fixes. If you'd like a release to happen sooner, sponsoring me is best and most direct way to do that, as it enables to spend more time on projects like Tokei that I'm not being directly paid to maintain. |
https: //github.com/XAMPPRocky/tokei/issues/875 Close: #37954
https: //github.com/XAMPPRocky/tokei/issues/875 Close: void-linux#37954
Hi, when using tokei, file that include multiple language are not counted in the total.
I'm not sure if this is a bug or it has been intended that way.
Here is a vue project I work on, only 124 lines are counted for the vue part, instead of the 1969 ones.
This is the same for markdown, actually,
25
+529
+389
+56
+33
+206
+124
=1362
Expected result (line section):
3209
The text was updated successfully, but these errors were encountered: