diff options
Diffstat (limited to 'src/parser.c')
| -rw-r--r-- | src/parser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.c b/src/parser.c index e194b48..12d39c9 100644 --- a/src/parser.c +++ b/src/parser.c @@ -2093,6 +2093,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(214); if (lookahead == '}') ADVANCE(499); if (lookahead == '!' || + ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(217); |
