jaredly / reason-language-server

A language server for reason, in reason
MIT License
657 stars 84 forks source link

Syntax-highlight is broken with `{Some("()")}` #431

Open davesnx opened 4 years ago

davesnx commented 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.