From d321c825e10eaaec66f3584e2bdb8edda4e44e0e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 10 May 2019 00:09:27 +0200 Subject: Add end of presentation marker --- libstorycode/storycode.l | 1 + 1 file changed, 1 insertion(+) (limited to 'libstorycode/storycode.l') 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; } -- cgit v1.2.3