Commit ea71aee
style(plsql): group bracket/paren tokens together in lexer
Move LEFT_CURLY_PAREN and RIGHT_CURLY_PAREN to be adjacent to
LEFT_BRACKET/RIGHT_BRACKET and LEFT_PAREN/RIGHT_PAREN for easier
navigation and consistency.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 92ffbee commit ea71aee
2 files changed
Lines changed: 550 additions & 550 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2459 | 2459 | | |
2460 | 2460 | | |
2461 | 2461 | | |
2462 | | - | |
2463 | 2462 | | |
2464 | 2463 | | |
2465 | 2464 | | |
| |||
2470 | 2469 | | |
2471 | 2470 | | |
2472 | 2471 | | |
2473 | | - | |
2474 | 2472 | | |
2475 | 2473 | | |
2476 | 2474 | | |
| |||
2611 | 2609 | | |
2612 | 2610 | | |
2613 | 2611 | | |
2614 | | - | |
2615 | | - | |
| 2612 | + | |
| 2613 | + | |
| 2614 | + | |
| 2615 | + | |
2616 | 2616 | | |
2617 | 2617 | | |
2618 | 2618 | | |
| |||
0 commit comments