I'm having issues with generator expressions such as
x = (i for i in 1:10)
y = sum(1/n for n in 1:10)
They don't seem to highlight properly, the closing ) is highlighted as though it were an erroneous additional parenthesis.
Also, lines after the expression are indented, as though the ) didn't exist and the extra indent level from the opening parenthesis ( is still active. I've attached a screenshot to show what I mean (showing that I've just run gg=G to indent everything).
