sublime-varnish
sublime-varnish copied to clipboard
Improved syntax highlighting for Varnish VCL configuration files
Since other tools (like bat) use tmLanguage but don't accept XML plists, I translated the file to YAML. You can freely use it or include it in the repo if...
Varnish Cache Plus supports SSL/TLS encryption. A backend can have ssl* properties: backend default { .host = "host.name"; .port = "https"; # This defaults to https when SSL .ssl =...
The keywords is valid as documented in https://varnish-cache.org/docs/4.0/reference/vcl.html https://varnish-cache.org/docs/5.1/reference/vcl.html
The plugin stops its cool syntax hilighting if I try return(deliver_stale) This is used in fastly's VCL 2.x fork. See https://docs.fastly.com/guides/performance-tuning/serving-stale-content /* deliver stale if the object is available */...
Looks like there was [a commit](https://github.com/brandonwamboldt/sublime-varnish/commit/a294f3b53e3d1c76fdc5a5b3846b6c717aad09d8) to add vcl 4 support but I don't think it is complete. For example, `vcl 4.0;` is required as the first line but is...