From 1a220d8ec69d8d42ce90135f80e6bf213a3fdcad Mon Sep 17 00:00:00 2001 From: Dennis Huebner Date: Thu, 2 Nov 2023 16:23:28 +0100 Subject: [PATCH] Update header in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e832d89..7eb9d25 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Build Xtext2Langium](https://github.com/TypeFox/xtext2langium/actions/workflows/main.yml/badge.svg)](https://github.com/TypeFox/xtext2langium/actions/workflows/main.yml) -# xtext2langium +# Convert Xtext to Langium #### Generator Fragment for MWE2 Workflow @@ -61,4 +61,4 @@ After running the workflow you will find the generated Langium output in `./lang - `prefixEnumLiterals` - If `true`, enum literal types will be prefixed with the enum type name to avoid name conflicts with other enum literals. Default is `true`. Example: `enum Color: RED;` will create: `Color returns Color: Color_RED; Color_RED returns string: 'RED';` - `useStringAsEnumRuleType` - If `true`, Enum types will be handled as strings. Only relevant for generated metamodels. Default is `false`. - `generateEcoreTypes` - If `true`, types from the Ecore metamodel will also be generated. If `false`, ecore data types will be replaced with Langium data types. Types that are not convertible to Langium built in types will be generated as string. Default is `false`. -- `removeOverridenRules` - In case a rule from the imported grammar was overwritten, Langium will report a duplicate error. If `true`, the super grammar rules will be skipped in favour of the current grammar rules. Default is `false`. \ No newline at end of file +- `removeOverridenRules` - In case a rule from the imported grammar was overwritten, Langium will report a duplicate error. If `true`, the super grammar rules will be skipped in favour of the current grammar rules. Default is `false`.