All notable changes to the vscode-caddyfile-support
project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added support for the
.caddyfiletest
file extension (#299)
- Updated placeholder regex to support
[]
notation for accessing array elements (#298)
- Added support for Heredoc (f878179)
- Added the Caddy logo to be shown in VS Code and on the extension marketplace.
- Updated all references of the old repository to point to the new one.
- Actually update the package version, this time. Same changes as v0.2.2, except actually released this time.
- Escaped quote character in strings break highlighting (#291)
- Match additional file names for highlighting by default (#231)
- Comments not being highlighted properly (d2dbe76)
- Disable
duplicate global option
inspection (ee91c9a)
- Comments not always highlighting in server blocks (#19)
- Domains not being properly highlighted (#19)
- yarn: upgrade (d8fc677)
- gh(workflows): add deploy workflow (89e6c76)
- language-server: fix "Duplicated global option" inspection (#7)
- language-server: update global option descriptions and suggestions (ba726e5)
- Language Server (#6)
acme_ca_root
not being highlighted in global options (26079b4)- Paths connected to a domain not being properly highlighted (#5)
localhost
not being treated as a domain (#3)- Domains not being properly highlighted after matchers (#4)
:<PORT>
not being highlighted as a domain (#4)
- Format command is now
caddy fmt -
instead ofcaddy fmt -stdin
(ref)
caddyfile.executable
configuration option- Basic support for highlighting matchers
Wedgefile
association. (#2)
- Formatter will no longer overwrite the file with it's previous content. (#1)
- Rewrote the entire syntax highlighter (
caddyfile.tmLanguage.json
)
- Initial Release