LSP and Xtext Tutorial: Creating the language
This post is a continuation of my LSP and Xtext Tutorial. In this post I present how to create the language to have all the necessary configurations to work. The full code for this example can be found here. Create the project The project is created as a standard Xtext project.
Continue Reading