aboutsummaryrefslogtreecommitdiffstats
path: root/src/token.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/token.rs')
-rw-r--r--src/token.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/token.rs b/src/token.rs
index f60f9cd..889c3ba 100644
--- a/src/token.rs
+++ b/src/token.rs
@@ -1767,7 +1767,9 @@ pub enum Token {
ThematicBreakSequence,
// To do: sort.
- List,
+ ListOrdered,
+ ListUnordered,
+ ListItem,
ListItemPrefix,
ListItemValue,
ListItemMarker,