Support property nodes with colons in their key.
This commit is contained in:
@@ -169,5 +169,8 @@ fn node_property_name_end<'b, 'g, 'r, 's>(
|
||||
_context: RefContext<'b, 'g, 'r, 's>,
|
||||
input: OrgSource<'s>,
|
||||
) -> Res<OrgSource<'s>, OrgSource<'s>> {
|
||||
alt((tag("+:"), tag(":")))(input)
|
||||
recognize(tuple((
|
||||
alt((tag("+:"), tag(":"))),
|
||||
alt((space1, line_ending, eof)),
|
||||
)))(input)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user