From b4445d99f15089d760a7dea874cac6ad2c11e4ff Mon Sep 17 00:00:00 2001 From: Donald Lam Date: Wed, 25 Jan 2023 16:57:30 -0800 Subject: Fix IDENT format comment to match recent change 35713fe79 --- src/token.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/token.h b/src/token.h index 6e8de708..abadb75e 100644 --- a/src/token.h +++ b/src/token.h @@ -51,7 +51,7 @@ struct expr_t::token_t : public noncopyable enum kind_t { ERROR, // an error occurred while tokenizing VALUE, // any kind of literal value - IDENT, // [A-Za-z_][-A-Za-z0-9_:]* + IDENT, // [A-Za-z_]+ MASK, // /regexp/ LPAREN, // ( -- cgit v1.2.3