From 77ae152ece4efbf8dde983c03bd995c982522bfd Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Sat, 28 Oct 2023 22:17:24 +0200 Subject: Updated the interface --- lib/qparser/tokens.mly | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/qparser/tokens.mly') diff --git a/lib/qparser/tokens.mly b/lib/qparser/tokens.mly index 6b218ed..6612351 100644 --- a/lib/qparser/tokens.mly +++ b/lib/qparser/tokens.mly @@ -25,6 +25,7 @@ %token LITERAL %token INTEGER %token TEXT_MARKER +%token ENTER_EMBED LEAVE_EMBED %token COMMENT -- cgit v1.2.3