aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/storycode.l
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/storycode.l')
-rw-r--r--libstorycode/storycode.l3
1 files changed, 2 insertions, 1 deletions
diff --git a/libstorycode/storycode.l b/libstorycode/storycode.l
index 98f8f6a..0406ee3 100644
--- a/libstorycode/storycode.l
+++ b/libstorycode/storycode.l
@@ -45,12 +45,13 @@ SLIDETITLE { return SC_SLIDETITLE; }
NARRATIVE { return SC_NARRATIVE; }
SLIDE { return SC_SLIDE; }
BP { return SC_BP; }
-TYPE { return SC_TYPE; }
+GEOMETRY { return SC_GEOMETRY; }
TEXT { return SC_TEXTFRAME; }
IMAGE { return SC_IMAGEFRAME; }
FOOTER { return SC_FOOTER; }
FONT { return SC_FONT; }
PAD { return SC_PAD; }
+PARASPACE { return SC_PARASPACE; }
ALIGN { return SC_ALIGN; }
FGCOL { return SC_FGCOL; }
BGCOL { return SC_BGCOL; }