Search keyword highlighted in preview text + support for non-defined languages
Where are many internal logic rewrites, especially in language specs processor.
Support for foreign language not defined in any-jump.vim.
Day to day example:
Vim scripting language viml
isn't defined by any-jump, and currently i'm working on my plugin (:cd ~/any-jump.vim
). Let's assume i'm looking for TryFindOriginalLinkFromPos
method definitions and usages to do my planned refactoring and code inspection:
Where are non definitions for viml because this is foreign not defined language, but usages results still very usefull.
So in future any can define new language definitions for any-jump, useful methods for defining language added. I should release guide for this :)
P.S. where are also keyword hl for preview, enjoy!