caddyserver / vscode-caddyfile

Rich Caddyfile support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=matthewpi.caddyfile-support
MIT License
79 stars 3 forks source link

Support highlighting for new placeholder format #298

Closed whirlthesquirrel closed 1 year ago

whirlthesquirrel commented 1 year ago

When updating to the latest Caddy version, I noticed the following log messages like:

"Placeholder {args.0} deprecated, use {args[0]} instead"

When editing a Caddyfile in VSCode, the new form is not currently highlighted with the latest version of the extension.

Thanks in advance!