langium common attributes require a custom valueconverter #6454
Labels
Status: Triage
Needs to be verified, categorized, etc
Type: Bug / Error
Something isn't working or is incorrect
Description
While developing a new chart type, I came across some awkwardness in
common.langium
. As currently specified, the common attributestitle
,accTitle
, andaccDescr
are terminals whose regex captures the initial literal. This causes two problems:common.langium
and the valueconverterSteps to reproduce
Screenshots
No response
Code Sample
Setup
Suggested Solutions
rejig the grammar in common.langium to avoid needing the value converter
Additional Context
I'll post a PR that closes this soon :)
The text was updated successfully, but these errors were encountered: