docs: Add Caddyfile syntax highlighting

This commit is contained in:
Francis Lavoie 2020-05-16 09:50:13 -04:00
parent 9594e4bc4b
commit 2e112fd998
No known key found for this signature in database
GPG key ID: 4EE5207CCECBACD7
34 changed files with 215 additions and 179 deletions

View file

@ -9,7 +9,7 @@ Executes the response body as a [template](/docs/modules/http.handlers.templates
## Syntax
```
```caddy-d
templates [<matcher>] {
mime <types...>
between <open_delim> <close_delim>
@ -26,7 +26,7 @@ templates [<matcher>] {
Enable templates on all requests:
```
```caddy-d
templates
```