please add support for .zsh as an extension

Avatar

jpike

6 months ago

.zsh is used for zsh scripts, of which a project I am working on uses a lot of. It's a commonly used (and excellent) shell and scripting language, one of bash's closest rivals.


Avatar

jpike

6 months ago

I'd also like to add that the current .bash or .sh parser would be suitable for parsing it, as it is almost identical to bash with a few great extensions.


Avatar

Robin Luckey

6 months ago

Hi jpike,

I've opened a ticket for this feature request.

Our counter is currently in the midst of a rewrite, so it's a tricky time to be adding new features. However, once the rewrite has been merged in this should be easy to add.

Thanks, Robin