ternjs/tern_for_vim

Is there a way to use syntax highlighting of the "tags" found by tern?

Opened this issue · 1 comments

For example, if I declared foo_bar = function(){}, is there a way to highlight uses of the function: foo_bar()?

Thanks for this great plugin! :)

There is the TernRefs command, which is not quite what you describe though. Simply highlighting references isn't supported by the vim plugin so far (and I'm not sure how I'd go about implementing it in vim)