pechorin / any-jump.vim

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

Fix php class langmap definition #24

Closed markwu closed 4 years ago

markwu commented 4 years ago

PHP allow { in the next new line. Both two syntax are valid.

class test {
}

and

class test
{
}
pechorin commented 4 years ago

Thanks for request, i will test it today and will merge it, thanks!

pechorin commented 4 years ago

Where are some additional tests should be added

pechorin commented 4 years ago

result is in https://github.com/pechorin/any-jump.vim/pull/38