georgewfraser / vscode-tree-sitter

Accurate syntax coloring for VSCode using tree-sitter
MIT License
175 stars 25 forks source link

TSX support #27

Open kevinbarabash opened 4 years ago

kevinbarabash commented 4 years ago

I noticed in TODO.md there's a bullet point that says:

Put back react support for .js and .tsx

I'm curious why support for TSX was disabled and how much work would be involved in re-enabling it.

georgewfraser commented 4 years ago

I don't actually remember. It's pretty straightforward to add more languages, it's basically a repeating pattern.