Closed FernandoChu closed 2 years ago
Type annotations not being highlighted is intended, not sure about the nested arrays in tsx though. Can you try out the issue_123
branch to see if the tsx tags are fixed
Arrays are working correctly now, tsx tags are not though
This one should be fixed but extended mode in jsx doesn't work for some reason
is there a branch where this issue is fixed? I just updated the package and tsx files are now messed up for me
@Alex23rodriguez This should be fixed by https://github.com/p00f/nvim-ts-rainbow/pull/125
Describe the bug Tsx colors are the other way around, tags are getting colored, while typescript type annotations are not.
Steps to reproduce Enable rainbow without
extended_mode
.Example code:
Expected behavior Same behavior as jsx files: jsx tags don't get colored, but with the addition of types annotations getting colored.
Screenshots Tsx not working correctly
Jsx working fine