-
Notifications
You must be signed in to change notification settings - Fork 149
Broken syntax coloring for jsx tag with < on own line #825
Copy link
Copy link
Closed
Labels
limitationIssue is result of tmLanguage limitation where in the lookup does not go beyond current lineIssue is result of tmLanguage limitation where in the lookup does not go beyond current linewontfixIssue is either side effect or limitation that will not be fixed for nowIssue is either side effect or limitation that will not be fixed for now
Description
Activity
Metadata
Metadata
Assignees
Labels
limitationIssue is result of tmLanguage limitation where in the lookup does not go beyond current lineIssue is result of tmLanguage limitation where in the lookup does not go beyond current linewontfixIssue is either side effect or limitation that will not be fixed for nowIssue is either side effect or limitation that will not be fixed for now
Steps to Reproduce:
Actual output:

I believe the empty line between the nested
div's opening chevron and the element's name is to blame. Without the empty line:This also occurs in .tsx files.
Does this issue occur when all extensions are disabled?: Yes
Edit: apparently, github's parser also doesn't handle this well, but it's correct JSX.