[java] text blocks: basic highlighting (IDEA-215312)

GitOrigin-RevId: 66780cacc839496911748c788ef8ca79a6cd0c9d
This commit is contained in:
Roman Shevchenko
2019-06-10 21:09:06 +03:00
committed by intellij-monorepo-bot
parent 16365c7f5b
commit d3342d3335
7 changed files with 46 additions and 1 deletions
@@ -0,0 +1,4 @@
class C {
String unclosed = """
\""";
}<EOLError descr="Unclosed text block"></EOLError><EOLError descr="'}' expected"></EOLError><EOLError descr="';' expected"></EOLError>