summaryrefslogtreecommitdiff
path: root/src/func.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2019-10-22 21:40:37 +0200
committerLaurenz <laurmaedje@gmail.com>2019-10-22 21:40:37 +0200
commitcff325b520727ac0eec46a3757831afaa0916cc1 (patch)
tree18cef7a7880fef41050678ab479818e0abb91f14 /src/func.rs
parent991e879e1d2ed53125dbff4edba80804ff28f2a9 (diff)
Add spacing functions 🔛
Diffstat (limited to 'src/func.rs')
-rw-r--r--src/func.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/func.rs b/src/func.rs
index 7925af2d..05bbe83d 100644
--- a/src/func.rs
+++ b/src/func.rs
@@ -116,6 +116,7 @@ pub enum Command<'a> {
Layout(&'a SyntaxTree),
Add(Layout),
AddMany(MultiLayout),
+ AddFlex(Layout),
SetAlignment(Alignment),
SetStyle(TextStyle),
FinishLayout,