-
Notifications
You must be signed in to change notification settings - Fork 166
Closed
Description
Sync is ignoring @lang and @choice if they are used just after an HTML tag.
For example: <p>@lang('language.line')</p>
The problem is that the regex is ignoring them because the first part: [^\w|>]
Is that the expected behavior?
I have been playing with the regex in https://regex101.com/r/jS5fX0/2 but I'm not sure how to solve this in the right way.
joelcuevas and mnvx
Metadata
Metadata
Assignees
Labels
No labels