fix: emit cloze event in Traverse (#79)
This commit is contained in:
parent
eab9eb68ec
commit
13ebef05d2
1 changed files with 2 additions and 0 deletions
|
|
@ -199,6 +199,8 @@ pub trait Traverser {
|
|||
SUBSCRIPT => walk!(Subscript),
|
||||
KEYWORD => walk!(Keyword),
|
||||
PROPERTY_DRAWER => walk!(PropertyDrawer),
|
||||
#[cfg(feature = "syntax-org-fc")]
|
||||
CLOZE => walk!(@Cloze),
|
||||
BLOCK_CONTENT | LIST_ITEM_CONTENT => {
|
||||
for child in node.children_with_tokens() {
|
||||
self.element(child, ctx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue