diff options
author | Joop Kiefte <ikojba@gmail.com> | 2019-01-01 15:10:33 +0100 |
---|---|---|
committer | Joop Kiefte <ikojba@gmail.com> | 2019-01-01 15:10:33 +0100 |
commit | b5c6b50cdadf5a2b2c24ca95ba077f7469ca06b5 (patch) | |
tree | f88c4c930328f12365efcebea3dad08eb847e5f5 /rules/rules.go | |
parent | a596a34d9582311d72825430b8705db50acf6eb1 (diff) |
Improve Fountain parsing, add Center option to lex
Diffstat (limited to 'rules/rules.go')
-rw-r--r-- | rules/rules.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rules/rules.go b/rules/rules.go index 775142f..2493e3f 100644 --- a/rules/rules.go +++ b/rules/rules.go @@ -78,4 +78,9 @@ var Default = Set{ Left: 1.5, Width: 3, }, + "center": { + Left: 1.5, + Width: 3, + Align: "C", + }, } |