peitalin / vim-jsx-typescript

React JSX syntax highlighting for vim and Typescript
The Unlicense
305 stars 29 forks source link

Issue with template string #17

Closed conradob closed 5 years ago

conradob commented 5 years ago

When using template string it isn't working properly.

image

peitalin commented 5 years ago

Thanks for letting me know, made an edit to fix. Please let me know if the issue persists.

image

conradob commented 5 years ago

Hi, thanks for your reply and support but the issue is not fixed.

These are the plugins I'm currently using

Plug 'pangloss/vim-javascript'
Plug 'HerringtonDarkholme/yats.vim'
Plug 'peitalin/vim-jsx-typescript'

image

peitalin commented 5 years ago

I think someone ran into the same issue before, might be a clash with the yats library. See https://github.com/peitalin/vim-jsx-typescript/issues/11

conradob commented 5 years ago

yes, it's a conflict with yats plugin just replaced yats with leafgarland/typescript-vim and it's looking good now

image

I'm happy with leafgarland/typescript-vim but just for curiosity, any plan to check this issue when using yats?

thanks for your support.