From c991b64b1839fcf5dcfd29fa1de9d0ceeb90f792 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Fri, 5 Jul 2024 19:54:38 +0200 Subject: feat(language): shadow predicate validation and content assist --- subprojects/frontend/src/language/problem.grammar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subprojects/frontend/src') diff --git a/subprojects/frontend/src/language/problem.grammar b/subprojects/frontend/src/language/problem.grammar index eb3846cd..b8038b70 100644 --- a/subprojects/frontend/src/language/problem.grammar +++ b/subprojects/frontend/src/language/problem.grammar @@ -130,7 +130,7 @@ UnaryExpr { !prefix ( "+" | "-" | "!" | kw<"count"> | - kw<"candidate"> | kw<"may"> | kw<"must"> + kw<"candidate"> kw<"partial"> | kw<"may"> | kw<"must"> ) Expr } -- cgit v1.2.3-70-g09d2