This is a little plugin for anyone who, like me, is a fan of both Vintage and BracketHighlighter and wants more integration between the two.
I’ve written a BracketHighlighter plugin that implements Vintage’s vi_move_to_brackets.
Vintage’s %
command jumps between matching brackets. I wanted BH to drive this behavior because it can handle more bracket types. However, after some discussion with facelessuser, I learned that I would have to write a plugin to get the exact behavior I was looking for.
I didn’t think this was big enough to publish to Package Control, so I’ve just created a [gist]
(https://gist.github.com/tansongyang/573fd4fc6f4667120a26e002bb22e55d). Code and README are there.