Skip to content

A Theia Application with DSL support through an Xtext Language Server

License

Notifications You must be signed in to change notification settings

AndersDala/theia-xtext

 
 

Repository files navigation

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

About

A Theia Application with DSL support through an Xtext Language Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 53.1%
  • Xtend 46.9%