fix(varcon)!: Add Interjection support

This commit is contained in:
Ed Page 2024-08-23 11:30:42 -05:00
parent c32240302d
commit 40fc92a6fc
3 changed files with 4 additions and 2 deletions

View file

@ -124,6 +124,7 @@ pub enum Pos {
Verb = 0x02,
Adjective = 0x04,
Adverb = 0x08,
Interjection = 0x10,
}
#[cfg(feature = "flags")]

View file

@ -1936,6 +1936,7 @@ impl Pos {
"V".value(Pos::Verb),
"Adj".value(Pos::Adjective),
"Adv".value(Pos::Adverb),
"Inj".value(Pos::Interjection),
))
.parse_next(input)
})

View file

@ -182564,8 +182564,8 @@ Cluster {
],
},
],
pos: None, archaic: false, note: false,
description: Some("<Inj> :2"),
pos: Some(Pos::Interjection), archaic: false, note: false,
description: Some(":2"),
comment: None,
},
],