-
I'd like to customize the syntax highlighting of my language in VScode.
Especially, I'd like to support more different kinds of tokens (e.g. for literal numbers, builtin functions, etc.).
Howeve…
-
i want to achieve a requirement(that need to transform industrial Programming Language LD(Ladder Diagram) to other specific lauguage like C++ or PLC ST (Structured Text)language) when graph(Ladder Dia…
-
In this conversation, https://github.com/langium/langium/discussions/1045, I asked
> There's currently no way to hook in and provide better messages for certain parser errors? Would it even be feas…
-
Hi @CGNonofr as you may have noticed I moved over the Langium gammar language client and server from [monaco-languageclient](https://github.com/TypeFox/monaco-languageclient) to [monaco-components](ht…
-
With the general available ESM support in all major browsers and Node.js, we should consider moving to ESM ourselves.
One of the reasons we've shied away from that was the lack of ESM support in th…
-
Dear team!
First of all I love the langium, and I think it is a really cool projects, and big thanks. Unfortunately I have some issues with this example.
I tried to start the repo locally, but I…
-
There is a new version of theia and glsp? The current application has to be updated to these versions.
-
Hi!
Our Slack integration broke after transferring the project from langium/langium to eclipse-langium/langium. Installing the Slack App is common, other EclipseFdn projects also did install it.
…
-
Just in case you were unaware, the langium.org website seems to be down, with a "could not resolve host" error.
-
As we can't override super-grammar rules, we need to lookup all the sub-grammars for duplicate rule names and then remove them from the super grammar.
Right now only the first level is inspected.