-
Hi, I have a core Grammar with lots of predefined rules (expressions, annotations) including a QualifiedName and ValidId rule. In Xtext it was possibleto override a rule imported from an other grammar but Langium does not seems to support this feature. Is there an other approach or is it planned to add such mechanism in Langium ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @ydaveluy, No other approach possible, please create a feature request. We didn't implement it so far due to:
We already talked about this internally, we are fine with having an |
Beta Was this translation helpful? Give feedback.
Hey @ydaveluy,
No other approach possible, please create a feature request. We didn't implement it so far due to:
We already talked about this internally, we are fine with having an
override
keyword that allows to override rules similar to Xtext.