Syntax highlighting in JSON Permanently deleted user Created May 01, 2012 18:01 Is it possible to set up IDEA to highlight syntax for language embedded in JSON?Something like this:{ "groovy-function" : "def doit(obj) { return obj; }"}
This can only be accomplished by writing a custom plugin; there is no UI to configure this.