ianks / vim-tsx

85 stars 8 forks source link

fixed syntax hilighting inside typscript blocks in tsx #2

Closed joshheyse closed 8 years ago

joshheyse commented 8 years ago

In the current version of typescript-vim typescriptBlock is removed.

https://github.com/leafgarland/typescript-vim/blob/master/syntax/typescript.vim#L187

Adding @typescriptAll fixes the issue

ianks commented 8 years ago

Thanks for the fix :+1: