aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/storycode.l
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-05-10 00:09:27 +0200
committerThomas White <taw@bitwiz.me.uk>2019-05-10 00:20:30 +0200
commitd321c825e10eaaec66f3584e2bdb8edda4e44e0e (patch)
tree21bce781b269344b4d757443173c6ead2244c1a0 /libstorycode/storycode.l
parentc3426c404324c2a629fe1403da548699abf9592d (diff)
Add end of presentation marker
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; }