fix comment after new tag

This commit is contained in:
Gabriel Van Zandycke 2025-03-26 15:41:56 +01:00
parent 473a70c75c
commit edf9fa666a

View file

@ -266,6 +266,7 @@ impl<'a> Parser<'a> {
else if line.starts_with('%') {
should_break = self.write_cmd(&item).is_err();
item.snippet = String::from("");
item.comment = String::from("");
item.tags = without_prefix(&line);
}
// dependency