Commit f93143b
fix(plsql): add missing tokens to regular_id rule (#48)
Add new tokens from the grammar sync to the regular_id rule so they
can be used as identifiers:
- ITEMS, BYTES, LINES, RECORDS, FIELD, MASK, NEWLINE_
- CHARSETFORM, CHARSETID, DURATION, ENABLED, MAXLEN
- ERROR_CODE, ERROR_INDEX
- EXTEND, NOEXTEND, NOSCALE, NOSHARD, SHARD, POLYMORPHIC
These tokens were added to the lexer in the grammar sync but were
not added to regular_id, causing them to be treated as reserved
keywords that cannot be used as identifiers.
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 9ed369a commit f93143b
2 files changed
Lines changed: 1746 additions & 1389 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7512 | 7512 | | |
7513 | 7513 | | |
7514 | 7514 | | |
| 7515 | + | |
| 7516 | + | |
| 7517 | + | |
| 7518 | + | |
| 7519 | + | |
| 7520 | + | |
| 7521 | + | |
| 7522 | + | |
| 7523 | + | |
| 7524 | + | |
| 7525 | + | |
| 7526 | + | |
| 7527 | + | |
| 7528 | + | |
| 7529 | + | |
| 7530 | + | |
| 7531 | + | |
| 7532 | + | |
| 7533 | + | |
| 7534 | + | |
7515 | 7535 | | |
7516 | 7536 | | |
7517 | 7537 | | |
| |||
0 commit comments