Module: Lutaml::Lml::Grammar::Concerns::ViewRules

Includes:
Parslet
Included in:
Lutaml::Lml::Grammar::Core
Defined in:
lib/lutaml/lml/grammar/concerns/view_rules.rb

Constant Summary collapse

VIEW_KEYWORDS =

View-scoped keyword rules. import is named view_import to stay MECE with the instances-block kw_import keyword. The trailing spaces is the word boundary: important fails to match rather than parsing as import.

{
  "view_import" => "import",
  "show" => "show",
  "hide" => "hide",
}.freeze