-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't seem to properly support VCL snippets #19
Comments
Thanks for the report. We'll see what we can do. |
Any word on this? You could probably make a special rule for NAME.snippet.vcl for special case handling |
Adding my plus one to this. The extension is advertised as supporting snippets, but it doesn't actually support snippets. |
Running into this as well. The challenging part is how to tell the extension what vcl subroutine the snippet belongs into, if there are no In my case I am currently annotating snippet files with "header" comments:
Not sure if this would work for others/the extension though. |
Doesn't seem to properly support vcl snippets in the sense that they are not inside a
sub xxxx {}
bracket.Will produce
unexpected
token on the first char be it andif
statement or similar.The text was updated successfully, but these errors were encountered: