Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

matching closing tags in jsx in typescript-ts-mode #188

Open
rileyrg opened this issue Dec 30, 2023 · 1 comment
Open

matching closing tags in jsx in typescript-ts-mode #188

rileyrg opened this issue Dec 30, 2023 · 1 comment

Comments

@rileyrg
Copy link

rileyrg commented Dec 30, 2023

forward-list in typescript-ts-mode wont match closing tags in this instance:

<Feather name="search" size={24} color="black" />`

forward-list goes from "<" to "}".

Apparently sgml-skip-tag-forward handles this, but this isnt sgml mode.

Is there something I can toggle on to enable this to work in jsx?

@josteink
Copy link
Member

josteink commented Jan 5, 2024

typescript-ts-mode is part of Emacs and errors there should be reported as a bug to Emacs, not to this repo 😃

https://www.gnu.org/software/emacs/manual/html_node/efaq/Reporting-bugs.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants