Rules.xtext: resolve ambiguity in the grammar (#5569)

This commit is contained in:
Дилян Палаузов
2026-05-11 22:02:25 +02:00
committed by GitHub
parent a9754957a8
commit bdab6bccd3
@@ -217,7 +217,7 @@ SIGNED_INT:
@Override
ValidID:
ID | 'rule' | 'uid' | 'when' | 'or' | 'but' | 'only' | 'and' | 'then' | 'end' |
ID | 'rule' | 'uid' | 'when' | 'or' | 'but' | 'only' | 'and' | 'then' |
'changed' | 'triggered' | 'from' | 'to' | 'started' |
'cron' | 'is' | 'midnight' | 'noon' | 'timeOnly' | 'offset' | 'between' | 'in' |
'weekday' | 'weekend' | 'holiday' | 'not' | 'ms' | 'executions'