atom-react
atom-react copied to clipboard
[BUG] Weird syntax highligting

if I remove the .map it works

but then if I add anything else between brackets, it breaks again

I am facing another syntax highlighting bug with this code sample, using CJSX:
foo = <MyComponent description={descContent ? <em>N/A</em>} />
switch doc
when 'foo'
'Anything I write is not highlighted anymore'
The syntax highlighting is completely broken, as you can see:
Getting a highlighting problem when I use a number with a letter or a double quote.