Skip to content

Search keyword highlighted in preview text + support for non-defined languages

Compare
Choose a tag to compare
@pechorin pechorin released this 04 Mar 13:50
· 125 commits to master since this release

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:

Снимок экрана 2020-03-04 в 16 49 14

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!