pechorin / any-jump.vim

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

Add multiple one line commenters support #33

Closed markwu closed 4 years ago

markwu commented 4 years ago

PHP allow two kinds of one line commenters "//" and "#", therefore I create the PR for this purpose.

pechorin commented 4 years ago

Thanks, i need to do some checks and request will be merged to master

pechorin commented 4 years ago

I add some addons to pull request.

https://github.com/pechorin/any-jump.vim/pull/39

Thanks :)