You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in the modifiers, we have to escape some special characters from the adblock syntax in the regexps. Two typical things cause misunderstandings:
the $ sign
and the comma in the regexp length specifier
In the future, we need to introduce a special tokenization procedure in the parser that works without escaping these characters.
scripthunter7
changed the title
Allow using unescaped $ symbol in the value of some special modifiers
Eliminate the need for extra escapes in regular expressions
Sep 16, 2024
Currently, in the modifiers, we have to escape some special characters from the adblock syntax in the regexps. Two typical things cause misunderstandings:
$
signIn the future, we need to introduce a special tokenization procedure in the parser that works without escaping these characters.
reference: AdguardTeam/VscodeAdblockSyntax#131
The text was updated successfully, but these errors were encountered: