Skip to content

Commit

Permalink
Fix - add missing terminals to output generator
Browse files Browse the repository at this point in the history
(this is related to rev 2e24371)
  • Loading branch information
tomachalek committed Sep 24, 2024
1 parent 2e24371 commit d9f5a76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/files/js/models/cqleditor/rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,10 @@ export interface ParsedPQItem {
case 'NNUMBER':
case 'DASH':
case 'RG_OP':
case 'RG_CARET':
case 'RG_QM':
case 'RG_ANY':
case 'RG_REPEAT':
case 'RG_ESCAPED':
case 'NO_RG_SPEC':
case 'NO_RG_ESCAPED':
Expand Down

0 comments on commit d9f5a76

Please sign in to comment.