We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10384c1 commit 8dc9ac6Copy full SHA for 8dc9ac6
src/parser/filter.ts
@@ -234,9 +234,6 @@ export const PREPOSITION_RULES: ReadonlyArray<
234
export const CONTEXT_CLAUSE_RULES: ReadonlyArray<
235
(contextClause: ContextClause) => boolean
236
> = [
237
- // only allow "anu la" when allowed by the settings
238
- ({ type }) => type !== "anu" || settings.hardcodedAnuLa,
239
-
240
// disallow "anu ala anu la"
241
(clause) =>
242
clause.type !== "anu" || clause.anu.type !== "x ala x" ||
0 commit comments