We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 563f975 + c09549a commit 129ab96Copy full SHA for 129ab96
src/reader/lexer.rs
@@ -81,6 +81,7 @@ impl fmt::Display for Token {
81
Token::EqualsSign => "=",
82
Token::SingleQuote => "'",
83
Token::DoubleQuote => "\"",
84
+ Token::MarkupDeclarationStart => "<!",
85
_ => unreachable!()
86
}.fmt(f),
87
}
0 commit comments