diff --git a/parser/tree.go b/parser/tree.go index f10a5e5..f6e6e55 100644 --- a/parser/tree.go +++ b/parser/tree.go @@ -218,8 +218,8 @@ type FaceBehavior struct { type FaceSection struct { location file.Location name string + inherits string - what Type permission types.Permission behaviors map[string] FaceBehavior }