HiPhish / rainbow-delimiters.nvim

Rainbow delimiters for Neovim with Tree-sitter
https://gitlab.com/HiPhish/rainbow-delimiters.nvim
Apache License 2.0
470 stars 35 forks source link

feat(perl): add support for Perl #33

Closed delphinus closed 8 months ago

delphinus commented 10 months ago

This adds support for Perl

HiPhish commented 10 months ago

Thank you for your PR. I get a parser error on line 31 of the test file, can you please fix that? I don't know Perl, so I cannot do it myself. And please rename the test file to test/highlight/perl/regular.pl to be more consistent with the rest.

delphinus commented 9 months ago

@HiPhish sorry for toooo late.

check it!

HiPhish commented 8 months ago

Thank you. I have squashed the commits and cleaned up a few details before merging.