-
Create a new hello world grammar
change the `hello-world.langium` to
```
grammar HelloWorld
import './hello-metadata'
interface FieldValidation {
field: @Field;
}
entry Validati…
-
A grammar of a keyword followed by `/[A-Z]+/` will not correctly autocomplete the keyword, but the same keyword followed by `/[a-z]+/` will autocomplete just fine. This might be a bug on the VS Code s…
-
With langium-cli it is possible to generate type definitions for a given grammar by calling:
`langium extract-types `
As described [here](https://github.com/langium/langium/pull/754#pullrequestrev…
-
* `parseHelper`
* `validationHelper`
* look for more under `langium/test`
-
An initial draft of indicating smart template properties was contributed with https://github.com/langium/langium/commit/d4e0720563a9af9fbefdf070791f6d626f15ac5d
that I deactivated before Langium's 1.…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Langium offers testing facilities for languages (i.e. check for parser errors, test that validation found an issue, etc.). While these are highly appreciated, I only stumbled on those by accident. I w…
-
Langium version: 1.0.0
Package name: langium
Chevrotain version; 10.4.2
## Steps To Reproduce
1. Create Hello World Example
2. Replace Grammar with the following grammar
```
gramma…
-
```
Debugger attached.
Trying to load SSL files from /workspaces/tasklist-theia-glsp/glsp-client/vsc-extensions/tasklist-lang/out/ssl/key.pem /workspaces/tasklist-theia-glsp/glsp-client/vsc-extensions…
-
The [Langium Lox example](https://github.com/langium/langium-lox) is a fairly complex sample language that shows a few advanced language features, such as expressions, member calls, functions (with in…