There are situations where the Julia syntax highlighter fails, as seen here:
It seems that μ'
is somehow causing problems. Note that the single quote in Julia ('
) directly attached to a variable or expression can be used to transpose it. Maybe the lexer is confused and searches for a closing one? No idea…