riddl icon indicating copy to clipboard operation
riddl copied to clipboard

[FEATURE] Export keywords, readability, punctuation as `Seq[String]`s

Open AlexWeinstein92 opened this issue 4 months ago • 1 comments

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 of com.ossuminc.riddl.language.parsing.{Keyword, Readibility, Punctuation} that returns all its vals in a Seq`

Readability.ByAs need not be included in the Seq[String]s, as it is already defined individually for by and as

Describe the alternatives you've considered

None

AlexWeinstein92 avatar Oct 03 '24 18:10 AlexWeinstein92