From 206e1fa68fb921d0fd8c9d31ec59a9b7d0fc2a5d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 30 Apr 2022 15:23:02 -0400 Subject: Added tagged definitions: `foo:: blah` --- pattern.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pattern.h') diff --git a/pattern.h b/pattern.h index 218a997..8dc40d2 100644 --- a/pattern.h +++ b/pattern.h @@ -35,7 +35,8 @@ enum pattype_e { BP_END_OF_LINE = 23, BP_WORD_BOUNDARY = 24, BP_DEFINITIONS = 25, - BP_LEFTRECURSION = 26, + BP_TAGGED = 26, + BP_LEFTRECURSION = 27, }; // -- cgit v1.2.3