ember.vim
ember.vim copied to clipboard
`gf` does not work with components with angle bracket syntax.
Is this repo still maintained and is this the right place to add an issue like this?
// gf on this would work
{{shared/radio_group }}
// gf on this does not work
<Shared::RadioGroup />