Closed AlexWeinstein92 closed 1 month ago
This is perhaps optimizing for a rare event, now. The last slew of changes are likely the final ones for 1.0 release so no more keyword changes are expected for a while. I will consider this for downstream consumers when additional language changes become necessary.
Implemented.
Is your feature already requested in another issue?
No
Is your feature a defect?
From the perspective of riddl-idea-plugin, yes
Is your feature request related to a problem? Please describe.
Manual updating of keywords in plugin
Describe the solution you'd like
A
def
on each ofcom.ossuminc.riddl.language.parsing.{Keyword, Readibility, Punctuation} that returns all its
vals in a
Seq`Readability.ByAs
need not be included in theSeq[String]
s, as it is already defined individually forby
andas
Describe the alternatives you've considered
None