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

Module and ppx's breaks the highlight under ppx payload #9

Open
davesnx opened this issue May 10, 2020 · 0 comments
Open

Module and ppx's breaks the highlight under ppx payload #9

davesnx opened this issue May 10, 2020 · 0 comments

Comments

@davesnx
Copy link

davesnx commented May 10, 2020

Hey,

This highlights correct,

[%styled.div {|
  display: flex;
|}];

while this breaks.

module Compo = [%styled.div {|
  display: flex;
|}];

I tried to look into it but seems very vague to understand how all of this works. Happy to work on this thought.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant