diff options
Diffstat (limited to 'creg/json_feature_map_lexer.ll')
-rw-r--r-- | creg/json_feature_map_lexer.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/creg/json_feature_map_lexer.ll b/creg/json_feature_map_lexer.ll index 372b52f5..cbb6d9a9 100644 --- a/creg/json_feature_map_lexer.ll +++ b/creg/json_feature_map_lexer.ll @@ -61,7 +61,7 @@ inline unsigned unicode_escape_to_utf8(uint16_t w1, uint16_t w2, char* putf8) { %} -ID [A-Za-z_0-9]+ +ID [^ \t\n\r]+ HEX_D [a-fA-F0-9] INT [-]?[0-9]+ DOUBLE {INT}((\.[0-9]+)?([eE][-+]?[0-9]+)?) |