Raku / raku.org

Source code for https://raku.org/
https://raku.org/
Artistic License 2.0
70 stars 50 forks source link

Recommend neovim as one of the editors #84

Closed AlexDaniel closed 7 years ago

AlexDaniel commented 7 years ago

Neovim does have a perl6 syntax file, but it is outdated: https://github.com/neovim/neovim/blob/master/runtime/syntax/perl6.vim

In any case, maybe it is actually usable? Perhaps somebody can try it and if it works even a little bit, we can list it too.

Tyil commented 7 years ago

afaik this is available in normal vim too, but there exists https://github.com/vim-perl/vim-perl6.git which should work on both.

Tyil commented 7 years ago

I'll try compiling neovim and give it a whirl, and see if the vim-perl/vim-perl6.git bundle works nicely with it as well. If the results are positive, I'll add it as a recommendation.