vincaslt / vscode-highlight-matching-tag

Highlights matching opening or closing tag in VSCode
https://marketplace.visualstudio.com/items?itemName=vincaslt.highlight-matching-tag
MIT License
158 stars 16 forks source link

TSX support #146

Closed TrySpace closed 5 months ago

TrySpace commented 1 year ago

Should be a simple feature addition, but I'm not sure how maintained this repo still is.

Although I see how some typescript things would mess with the current code, like:

<Component<Type[]> />

But I would rather have it work partially than not at all.

(Would be nicer to have a custom config option to set your own supported file types)