/theia-xtext

A Theia Application with DSL support through an Xtext Language Server

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Theia & Xtext Example

A Theia Application with an Xtext-based Language Server extension.

Development

Open in Gitpod

... or check it out locally:

Build the language server

  cd xtext-dsl-language-server &&
  ./gradlew shadowJar &&
  cd ..

Build and start Theia

   yarn install &&
   cd app &&
   yarn start