We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
forward-list in typescript-ts-mode wont match closing tags in this instance:
<Feather name="search" size={24} color="black" />`
<Feather
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?
The text was updated successfully, but these errors were encountered:
typescript-ts-mode is part of Emacs and errors there should be reported as a bug to Emacs, not to this repo 😃
typescript-ts-mode
https://www.gnu.org/software/emacs/manual/html_node/efaq/Reporting-bugs.html
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: