No highlighting for strings with '\n'
Answered
I am developing eo-intellij-plugin. I have this code:
[] > main
"abc \n" > @
The problem is that "abc \n"
is black (should be green because it is string). Problem appears only if I use special symbols like \n
.
When I set cursor before this string and then type backspace and space string is highlighted correctly (it becomes green).
However the parsing seems to be correctly in both cases and I even see green daw in top right corner, it means indexing was successful.
I tried to reproduce it with other plugin, I cloned antlr example plugin and I faced same problem with string highlighting
Any ideas why this may happen? Is it problem of ANTLR or an IDE bug?
Please sign in to leave a comment.
Hi Stepa,
I can't reproduce this issue. The string is always "green". Can the problem be reproduced without ANTLR adaptors? If no, then it's likely to be an ANTLR issue.