aboutsummaryrefslogtreecommitdiff
path: root/pattern.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2022-05-02 17:25:18 -0400
committerBruce Hill <bruce@bruce-hill.com>2022-05-02 17:25:18 -0400
commitaf668004e85e99858df4a025af82c4602e0ab399 (patch)
tree09f9213ef9780ac4fcbd3b96c421ee09eaa5e128 /pattern.h
parenteb0f18dc7956a1f3ee51c20dedcc02b5304d5ce8 (diff)
Updated Make rules so default is `bp`
Diffstat (limited to 'pattern.h')
-rw-r--r--pattern.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/pattern.h b/pattern.h
index 8dc40d2..89d57b8 100644
--- a/pattern.h
+++ b/pattern.h
@@ -29,14 +29,15 @@ enum pattype_e {
BP_REPLACE = 17,
BP_REF = 18,
BP_NODENT = 19,
- BP_START_OF_FILE = 20,
- BP_START_OF_LINE = 21,
- BP_END_OF_FILE = 22,
- BP_END_OF_LINE = 23,
- BP_WORD_BOUNDARY = 24,
- BP_DEFINITIONS = 25,
- BP_TAGGED = 26,
- BP_LEFTRECURSION = 27,
+ BP_CURDENT = 20,
+ BP_START_OF_FILE = 21,
+ BP_START_OF_LINE = 22,
+ BP_END_OF_FILE = 23,
+ BP_END_OF_LINE = 24,
+ BP_WORD_BOUNDARY = 25,
+ BP_DEFINITIONS = 26,
+ BP_TAGGED = 27,
+ BP_LEFTRECURSION = 28,
};
//