fix: Resolve filter parsing and default directory errors
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
WHITESPACE = _{ " " | "\t" | "\n" | "\r" }
|
||||
|
||||
//! This Pest grammar defines the syntax for filter chains used in the Keep application.
|
||||
#! This Pest grammar defines the syntax for filter chains used in the Keep application.
|
||||
|
||||
// Main entry point for parsing multiple filters separated by pipes
|
||||
filters = { SOI ~ filter ~ (pipe ~ filter)* ~ EOI }
|
||||
|
||||
Reference in New Issue
Block a user