Improve struct parser, get rid from 'groovy DSL' parser and use 'LightPsi.parseFile' to create 'PsiFile' and walk throuth it. Reason is. Avoiding quotes for groovy reserved words used in struct file like: 'owner', 'Locale', etc
Improve struct parser,
get rid from 'groovy DSL' parser and use 'LightPsi.parseFile' to create 'PsiFile' and walk throuth it.
Reason is. Avoiding quotes for groovy reserved words used in struct file like: 'owner', 'Locale', etc