wooorm / refractor

Lightweight, robust, elegant virtual syntax highlighting using Prism
MIT License
722 stars 33 forks source link

TSX interprets TypeScript generic params as JSX tags #22

Closed 1000hz closed 5 years ago

1000hz commented 5 years ago

It seems like TSX doesn't correctly differentiate TypeScript generic type parameters from JSX opening tags, as evidenced by the difference between these two examples:

image

image

wooorm commented 5 years ago

refractor is a proxy for prism. Problems with how syntax highlighting is done can be reported at Prism’s issues