-
We have used this project to build a vscode extension for our language, see: https://github.com/opencaesar/oml-luxor
Sometimes, our XText-based LSP server gets confused; this can happen for example…
-
Langium version: pre-0.5.0
Langium supports EBNF style expressions in place of Regular Expressions. However, there appears to be an issue regarding how these expressions are converted in the case o…
-
how to launch sprotty-langium in local environment
-
Hi there, in my Monarch syntax highlighter, I have a rule where it uses embedded language:
```typescript
initial: [
[
/^\s*%%(?={)/,
{ token: 'keyword', bracket: '@open', next: '@dire…
-
-
### Brand Name
Langium
### Website
https://langium.org/
### Popularity Metric
Global Rank: 2,012,149
GitHub stars: 470
### Official Resources for Icon and Color
https://github.co…
-
Hi,
I have a problem with the auto completion for my DSL.
I have following grammar:
```
entry Model:
(structs+=Struct | attributes+=Attribute)*;
Attribute:
'@' id=INT 'attribute' …
-
**Describe the bug**
Trying to render a flowchart with a front matter section (e.g chart title) fails:
```
Error: Evaluation failed: Error: Parse error on line 1:
---title: mytitle
^
Expecting…
-
I wonder what you thought about the idea of using native JavaScript functions instead of lodash?
In my minified bundle, lodash takes up 41 KB in addition to Chevrotain's 136 KB, so it seems that th…
-
Once the guides have been updated, we'll want to sync up this version of MiniLogo with the examples presented in the guides, to make for an easier experience for new users of Langium.