Rich Caddyfile support for Visual Studio Code
- TypeScript 98.5%
- JavaScript 1.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.1 to 2.1.4. - [Commits](https://github.com/mafintosh/tar-fs/compare/v2.1.1...v2.1.4) --- updated-dependencies: - dependency-name: tar-fs dependency-version: 2.1.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
| .github | ||
| .vscode | ||
| examples | ||
| media | ||
| packages | ||
| syntaxes | ||
| .editorconfig | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc.json | ||
| .vscodeignore | ||
| CHANGELOG.md | ||
| language-configuration.json | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| tsconfig.json | ||
| turbo.json | ||
Caddyfile Support
Adds support for Caddyfile syntax highlighting and automatic formatting.
This is essentially an updated version of vscode-caddyfile-syntax with additional features.
Configuration
caddyfile.executable: Location of thecaddyexecutable to use for code formatting. (Default:"")
Features
- Syntax Highlighting
- Automatic Formatting (supports Format on Save)
- Support for Caddyfile v2
- Basic Language Server with suggestions and descriptions
Requirements
- caddy v2.2.0 or later (required for Automatic Formatting)
Known Issues
- None
Changelog
See CHANGELOG.md