summaryrefslogtreecommitdiff
path: root/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'token.h')
-rw-r--r--token.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/token.h b/token.h
index cc3ec988..eb5b8d46 100644
--- a/token.h
+++ b/token.h
@@ -61,6 +61,7 @@ struct expr_t::token_t : public noncopyable, public supports_flags<>
GREATEREQ, // >=
ASSIGN, // =
+ MATCH, // =~
MINUS, // -
PLUS, // +
STAR, // *