aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/storycode.y
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/storycode.y')
-rw-r--r--libstorycode/storycode.y9
1 files changed, 7 insertions, 2 deletions
diff --git a/libstorycode/storycode.y b/libstorycode/storycode.y
index 9be6723..f400bec 100644
--- a/libstorycode/storycode.y
+++ b/libstorycode/storycode.y
@@ -336,11 +336,16 @@ style_narrative:
style_narrative_def:
%empty
| style_narrative_def style_narrative_prestitle
-| style_narrative_def styledef
+| style_narrative_def style_narrative_bp
+| style_narrative_def styledef { set_style(ctx, STYEL_NARRATIVE); }
;
style_narrative_prestitle:
- PRESTITLE '{' styledefs '}' { }
+ PRESTITLE '{' styledefs '}' { set_style(ctx, STYEL_NARRATIVE_PRESTITLE); }
+;
+
+style_narrative_bp:
+ BP '{' styledefs '}' { set_style(ctx, STYEL_NARRATIVE_BP); }
;
style_slide: