-
On the homepage it is mentioned that Langium can be used for IntelliJ editors. However, I wasn't able to find any information on how this could be achieved.
I think it makes sense to provide an exa…
ctron updated
5 months ago
-
It would be great to enforce that the main export of the `langium` package doesn't have any transitive dependencies to code from `test`, `grammar` (#1171) and `lsp` (#1258).
Can we write a test to …
-
Hi there, the current railroad result don't include rules are imported from another `.langium` file. I would like them to be included in the result.
![image](https://github.com/eclipse-langiu…
-
npm package: https://www.npmjs.com/package/langium-domainmodel-dsl
-
I have been trying to add the monaco-editor to my application through the 'monaco-languageclient' and '@typefox/monaco-editor-react' but I realized a huge bump in the built bundle sizes -> an increase…
-
The comments hotkey `Cmd` + `/` (`Ctrl` + `/` for Windows) is very common editors feature --- would be cool to have it for the Langium Playground.
-
given the grammar
```
grammar HelloWorld
entry Expression:
HasValue;
HasValue infers Expression:
DotExpression({infer HasValue.left=current} 'has-value')*;
DotExpression infers …
-
escapeRegExp does not escape `/`
so e.g. a monarch grammar for
```
Greeting:
'Hello' person=[Person:ID] '/';
```
will fail to compile
-
## Steps To Reproduce
1. Install Langium as described at https://langium.org/docs/getting-started (my node version is v20.10.0 and my npm version is 10.2.5).
2. Run `yo langium`, and use default "…
-
As soon as `monaco-editor-wrapper` v3 becomes available the browser template of the generator should be updated. Let's jump over v2.