-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add new ruleset grammar (#490)
* implement new grammar * trivial change of grammar * rewrite match pattern * update grammar * minor refactoring of match pattern * rename MatchPatternBatch to MatchPatternSet * rename MatchPatternBatch to MatchPatternSet * implement ruleset * minor refactoring * allow dollar sign in identifier * add props * update third party notices * set scheme/host/path in InteractiveRuleset * $ can be used only at beginning of identifier * fix precedence of ! * refactor grammar * remove octal escape sequences * rename $engine to $site * read names from metadata of subscriptions * add kagi support * change regexp match operator: "=~" -> "~=" * change grammar of identifier * fix: add URL parts when creating patch * update grammar - change regexp operator from "~=" to "=~" - add case insensitive operator "i" * add documents for expressions * add documents for YAML frontmatter * <all_urls> is supported * <all_urls> is supported * expression including undefine properties return false * minor refactoring * remove description about name in subscription URL * move link to subscriptions page * fix typo * minor refactoring * remove compiledRules from subscriptions * ddg: add props to news card in web search
- Loading branch information
Showing
61 changed files
with
3,200 additions
and
1,582 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.