In the README.md you mention that you are working on Caddyfile syntax support. This is what I found to be a current restriction:
While this is a valid expression the Plugin doesn’t seem to implement full RE2 syntax — it tokenizes parentheses () as if they must always delimit a Caddy block ({…}), not as part of a regex group.
In the
README.mdyou mention that you are working on Caddyfile syntax support. This is what I found to be a current restriction:While this is a valid expression the Plugin doesn’t seem to implement full RE2 syntax — it tokenizes parentheses () as if they must always delimit a Caddy block ({…}), not as part of a regex group.