summaryrefslogtreecommitdiff
path: root/rules/rules.go
diff options
context:
space:
mode:
authorJoop Kiefte <ikojba@gmail.com>2019-01-01 15:10:33 +0100
committerJoop Kiefte <ikojba@gmail.com>2019-01-01 15:10:33 +0100
commitb5c6b50cdadf5a2b2c24ca95ba077f7469ca06b5 (patch)
treef88c4c930328f12365efcebea3dad08eb847e5f5 /rules/rules.go
parenta596a34d9582311d72825430b8705db50acf6eb1 (diff)
Improve Fountain parsing, add Center option to lex
Diffstat (limited to 'rules/rules.go')
-rw-r--r--rules/rules.go5
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",
+ },
}