Open davesnx opened 4 years ago
Writing this in any reason file with ReasonReact breaks the syntax highlight.
a={Some("()")}
Some use-case:
color={Some("rgba(255, 255, 255, 0)")}
So, anything with parens () breaks it.
()
Writing this in any reason file with ReasonReact breaks the syntax highlight.
Some use-case:
So, anything with parens
()
breaks it.