Skip to content

Instantly share code, notes, and snippets.

@d0t15t
Created January 8, 2024 10:21
Show Gist options
  • Save d0t15t/e0cc575916bd63b382e90b1385d8440b to your computer and use it in GitHub Desktop.
Save d0t15t/e0cc575916bd63b382e90b1385d8440b to your computer and use it in GitHub Desktop.
Regex for deprecated forloop/in-query combinations in twig
# Regex for deprecated forloop/in-query combinations in twig. Ex.: {% for n in numbers if n > 3 %}
\{%-? for .+ in .+ if .+ -?%}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment