Reputation: 1005
I have two Eclipse plugin Xtext(2.11) projects.(Called Project A and B) Project B grammar file is dependent on Project A grammar file. Project A's grammar file extension is a and Project B is b. I am able to generate the language server for Project B. I want to generate the single language server for both projects.(Currently, in project B it includes project A.) Depend on extension type it needs invoke respective Xtext grammar functionality.
In above scenario, I have below questions:
Upvotes: 0
Views: 343
Reputation: 365
META-INF/services/org.ecalipse.xtext.ISetup
file that says java what implementations should be used for ISetup
interface.Upvotes: 2