aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/storycode.l
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/storycode.l')
-rw-r--r--libstorycode/storycode.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstorycode/storycode.l b/libstorycode/storycode.l
index 94901d5..b1bd81a 100644
--- a/libstorycode/storycode.l
+++ b/libstorycode/storycode.l
@@ -50,6 +50,7 @@ PRESTITLE { return SC_PRESTITLE; }
SLIDETITLE { return SC_SLIDETITLE; }
NARRATIVE { return SC_NARRATIVE; }
SLIDE { return SC_SLIDE; }
+ENDOFPRESENTATION { return SC_EOP; }
BP { return SC_BP; }
GEOMETRY { BEGIN(geom); return SC_GEOMETRY; }
TEXT { return SC_TEXTFRAME; }