diff options
Diffstat (limited to 'lib/xixanta/src/node.rs')
| -rw-r--r-- | lib/xixanta/src/node.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/xixanta/src/node.rs b/lib/xixanta/src/node.rs index 3f1778a..e13dd3c 100644 --- a/lib/xixanta/src/node.rs +++ b/lib/xixanta/src/node.rs @@ -166,6 +166,7 @@ pub enum ControlType { EndIf, Defined, Echo(EchoKind), + Fallthrough, } impl fmt::Display for ControlType { @@ -201,6 +202,7 @@ impl fmt::Display for ControlType { EchoKind::Warning => write!(f, ".warning"), EchoKind::Error => write!(f, ".error"), }, + ControlType::Fallthrough => write!(f, ".fallthrough"), } } } |
