karatelabs/intellij-plugin

"contains only deep" is not treated as a single operation

Closed this issue · 1 comments

In this example, "deep" is not colored along with "contains only," and a newline or semicolon is expected after it
* match testVar contains only deep { testing: "123" }

yes this sounds like an edge case our parser does not support yet, thanks for reporting !