vim-jsx-typescript
vim-jsx-typescript copied to clipboard
React JSX syntax highlighting for vim and Typescript
Hello, I have _dealt_ with this syntax bug for a while, but it is really getting annoying. I have this code: ```typescript ... View Edit ... ``` and it appears...
 neovim v4.4.0 leafgarland/typescript-vim 9f247d7 peitalin/vim-jsx-typescript 22df470
Doc comments don't seem to work in a typescript react file. In a .ts file: ``` /** * ``` In a .tsx file: ``` /** ``` Is this a problem...
When importing type only in tsx file. It expects to have `=`. Needs condition to skip the check if type comes with import. ```tsx import type { User } from...
I have attatched an image showing a few inconsistenties:  Namely: * Tags don't highlight if placed on the first line. * Tags don't highlight if placed with a...
Hello, I've been using a lot multiline backtick strings and I'd like to enable folds on them. I've been trying to set something like, adding fold to the backtick syntax:...
Before this PR: ```typescript switch (..) { case ..: line1... //
It doesn't seem that enums are being supported? 
Sorry, this will be a bit crude From vimrc: ``` Plugin 'MaxMEllon/vim-jsx-pretty' Plugin 'leafgarland/typescript-vim' " highlight TS Plugin 'peitalin/vim-jsx-typescript' " highlight TSX; requires typescript-vim ``` Typescript blocks of code do...
I try to set jsx-tag colors in vimrc following Readme.md, but it doesn't work.  Why?