I have to add an outline view for custom dsls in Intellij.
I have dsls in XTEXT, I want to enable an outline/Structure view for those DSLs.
when a java file is opened, the Structure view is enabled.
But in case of custom dsls, structure view is disabled. How to enable it for custom dsls?