Langium version: 4.0.0
Package name: langium-cli
Steps To Reproduce
- Make sure the grammar has "\"
- In language config add "monarch" prop so that it generates monarch rules
"monarch": {
"out": "syntaxes/mylang.monarch.ts"
}
- Add
"caseInsensitive": true
- Run
npm run langium:generate.
Link to code example: N/A
The current behavior
In the generated .ts file it does not include ignoreCase: true and does not escape '\'
The expected behavior
Should include ignoreCase: true and escape '\\'