aboutsummaryrefslogtreecommitdiff
path: root/pattern.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2022-04-30 15:23:02 -0400
committerBruce Hill <bruce@bruce-hill.com>2022-04-30 15:23:02 -0400
commit206e1fa68fb921d0fd8c9d31ec59a9b7d0fc2a5d (patch)
tree916e508c47a30ed69c6e904479e642d12ec4d080 /pattern.h
parent24ed834317f3fda8f0f55489f54a2df1aca5de17 (diff)
Added tagged definitions: `foo:: blah`
Diffstat (limited to 'pattern.h')
-rw-r--r--pattern.h3
1 files changed, 2 insertions, 1 deletions
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,
};
//