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

Does not highlight the contents of JSXExpressionContainer #3542

Closed
Linkontoask opened this issue May 25, 2022 · 1 comment
Closed

Does not highlight the contents of JSXExpressionContainer #3542

Linkontoask opened this issue May 25, 2022 · 1 comment
Labels
bug help welcome Could use help from community parser

Comments

@Linkontoask
Copy link

const App = () => {
  console.log('highlight.js')
  return (
    <ul>
      {console.log('highlight.js')}
    </ul>
  )
}

The console.log in the ul tag is not highlighted by the parsing

https://codepen.io/linkontoask/pen/mdXBNax

It should be the same as the last console.log
image

@Linkontoask Linkontoask added bug help welcome Could use help from community parser labels May 25, 2022
@joshgoebel
Copy link
Member

Closing as a dup of #2324.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug help welcome Could use help from community parser
Projects
None yet
Development

No branches or pull requests

2 participants