pechorin / any-jump.vim

Jump to any definition and references 👁 IDE madness without overhead 🚀
1.08k stars 40 forks source link

Adding support for ReasonML #44

Open dylanirlbeck opened 4 years ago

dylanirlbeck commented 4 years ago

Hello! This is a wonderful plugin, and I'm able to get a lot of utility out of it without support for ReasonML. That said, I'm wondering if it's possible to add support for this language on your roadmap? Alternatively, I'd be happy to consider making a contribution, depending on the complexity of the task.

Just let me know, thanks so much!

pechorin commented 4 years ago

Hello @dylanirlbeck, thanks for report and request. I don't think what this is a problem in general https://github.com/pechorin/any-jump.vim/blob/master/autoload/lang_map.vim#L1416

But some work should done, and currently i'm not on the rails with reasonml, but you can contribute. I think new languages support is for after current roadmap plan for me (after 1.0 version).

pechorin commented 4 years ago

Where are already some tests methods, which will help to test new syntax rules https://github.com/pechorin/any-jump.vim/blob/master/autoload/search.vim#L248