You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.
type "<h2>Test</h2>" in the same level as <h1>
if I type :set filetype=typescriptreact or disable & enable TS highlight it would be refreshed and looks fine.
The behavior is also not correct in jsx file, but in html file it is fine.
I have installed nvim-ts-autotag, is that plugin result in the problem?
Expected behavior
The correct tags color
Screenshots
Now:
Expect:
The text was updated successfully, but these errors were encountered:
Describe the bug
Colors of tags look good after opening a file, but if I insert new tags in a tsx file, the color of its tags wouble be messed up.
Steps to reproduce
code:
type "<h2>Test</h2>" in the same level as <h1>
if I type :set filetype=typescriptreact or disable & enable TS highlight it would be refreshed and looks fine.
The behavior is also not correct in jsx file, but in html file it is fine.
I have installed nvim-ts-autotag, is that plugin result in the problem?
Expected behavior
The correct tags color
Screenshots
Now:
Expect:
The text was updated successfully, but these errors were encountered: