aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/storycode.l
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-02-22 22:03:22 +0100
committerThomas White <taw@bitwiz.me.uk>2019-02-22 22:03:22 +0100
commit3ff425d840876c0db965b23826998161ee87c1fd (patch)
tree982ff6ad78cee6dbbac278df4b67f8642d1b11f5 /libstorycode/storycode.l
parentcce16c01a4ef4280b260b72e9bbf9cb4a400d122 (diff)
Rendering stuff
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 f68026d..46237e5 100644
--- a/libstorycode/storycode.l
+++ b/libstorycode/storycode.l
@@ -52,6 +52,7 @@ PAD { return SC_PAD; }
ALIGN { return SC_ALIGN; }
FGCOL { return SC_FGCOL; }
BGCOL { return SC_BGCOL; }
+SIZE { return SC_SIZE; }
(?i:left) { return SC_LEFT; }
(?i:center) { return SC_CENTER; }
(?i:right) { return SC_RIGHT; }