Syntax highlighting in JSON Permanently deleted user 创建于 2012年05月01日 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.