We have our domain specific language developed over Xtext. We want to add this language support on Eclipse Che.
Question 1: What are the possible ways to add ?
I know Eclipse che uses Orion as editor. As per Xtext documentation at http://www.eclipse.org/Xtext/documentation/330_web_support.html, it says XText supports Orion. It means Che can support Xtext without doing anything but che is planning to support XText via Xtext Language Server protocol installed.
Question 2: How this Xtext language server protocol can be used for existing Xtext code?
Question 3: Does Orion also communicate with Xtext via LSP ?
Any help/pointer will be very helpful.