Red code in logback.groovy
IntelliJ 12.1.4 doesn't seem to recognize the logback configuration methods. They are all red (dark bolded red), scan, appender, logger, root, rollingPolicy, encoder, etc
Is there some additional setup I need or is this a bug I should submit to youtrack?
请先登录再写评论。
IDEA doesn't have any specific support for logback. You could submit a feature request or use GDSL to describe that DSL yourself (http://confluence.jetbrains.com/display/GRVY/Scripting+IDE+for+DSL+awareness).