dhleong/vim-mirror

Self-closed ` is not detected properly

Closed this issue · 0 comments

EG:

foo(`bar`);

will result in:

foo(`bar`);

`;