From 3e60b2746bb95cfcd9b7fa4b7ed9e1c72259fb23 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 8 Jun 2026 12:32:06 -0700 Subject: It parses correctly for everything defined. I think I'll change fragment to view, it's nicer and shorter. --- src/lexer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lexer.rs') diff --git a/src/lexer.rs b/src/lexer.rs index 4225b32..0667d07 100644 --- a/src/lexer.rs +++ b/src/lexer.rs @@ -17,8 +17,8 @@ pub enum SymbolType<'a> { EndFlat, EndPoint, Fragment, - Section, Output, + Show, Equals, Token(&'a str), Literal(&'a str), -- cgit v1.2.3