Wansmer / treesj

Neovim plugin for splitting/joining blocks of code
MIT License
1k stars 29 forks source link

Add if, unless and conditional for Perl #160

Open pjcj opened 1 month ago

pjcj commented 1 month ago

Perl has if, unless and conditional in pretty much the exact way that Ruby does (or the other way around really). Is there any chance of getting those added?

My apologies for making this a request - I'm not in a position to put together a PR at the moment but I wanted to create a ticket at least.

Wansmer commented 1 month ago

I can add new nodes for Perl, but I need code examples since I don't write in Perl. Please send me examples for if, unless and conditional nodes in split and join states (an example of how it should look like).