tokei icon indicating copy to clipboard operation
tokei copied to clipboard

Add support for smalltalk

Open jake-87 opened this issue 3 years ago • 6 comments

Added support for the smalltalk programming language.

jake-87 avatar Oct 26 '21 00:10 jake-87

It seems like the issue is that tokei doesn't support filenames with multiple .s (.cs.st).

spenserblack avatar Oct 29 '21 13:10 spenserblack

That is definitely be a problem. Afaik, smalltalk programs almost always have two extensions on the end, such as .cs.st or .pck.st

jake-87 avatar Oct 29 '21 22:10 jake-87

Would it be better to add both of those options as potential file extensions? E.G. "extensions": ["cs.st", "pck.st"]

jake-87 avatar Oct 29 '21 23:10 jake-87

@spenserblack Should be fixed now

jake-87 avatar Nov 17 '21 01:11 jake-87

@jake-87 cool! I'm not a collaborator of tokei, though, so you'll probably want to ping @XAMPPRocky instead so they can run the workflows 🙂

spenserblack avatar Nov 17 '21 02:11 spenserblack

Ah, sorry about that. @XAMPPRocky, workflows should be good to go

jake-87 avatar Nov 17 '21 02:11 jake-87

@XAMPPRocky ?

jake-87 avatar Apr 20 '23 05:04 jake-87

Sorry for the late review. Thank you for your PR, and congrats on your first contribution! 🎉

XAMPPRocky avatar Apr 20 '23 19:04 XAMPPRocky